Skip to content

Commit 6b00edc

Browse files
authored
Fix typo in -> on (#3029)
Fixed a small typo in `post.liquid`.
1 parent 977872f commit 6b00edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/post.liquid

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ layout: default
1818
<header class="post-header">
1919
<h1 class="post-title">{{ page.title }}</h1>
2020
<p class="post-meta">
21-
Created in {{ page.date | date: '%B %d, %Y' }}
21+
Created on {{ page.date | date: '%B %d, %Y' }}
2222
{% if page.author %}by {{ page.author }}{% endif %}
23-
{% if page.last_updated %}, last updated in {{ page.last_updated | date: '%B %d, %Y' }}{% endif %}
23+
{% if page.last_updated %}, last updated on {{ page.last_updated | date: '%B %d, %Y' }}{% endif %}
2424
{% if page.meta %}• {{ page.meta }}{% endif %}
2525
</p>
2626
<p class="post-tags">

0 commit comments

Comments
 (0)