We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977872f commit 6b00edcCopy full SHA for 6b00edc
_layouts/post.liquid
@@ -18,9 +18,9 @@ layout: default
18
<header class="post-header">
19
<h1 class="post-title">{{ page.title }}</h1>
20
<p class="post-meta">
21
- Created in {{ page.date | date: '%B %d, %Y' }}
+ Created on {{ page.date | date: '%B %d, %Y' }}
22
{% if page.author %}by {{ page.author }}{% endif %}
23
- {% if page.last_updated %}, last updated in {{ page.last_updated | date: '%B %d, %Y' }}{% endif %}
+ {% if page.last_updated %}, last updated on {{ page.last_updated | date: '%B %d, %Y' }}{% endif %}
24
{% if page.meta %}• {{ page.meta }}{% endif %}
25
</p>
26
<p class="post-tags">
0 commit comments