diff --git a/_layouts/post.liquid b/_layouts/post.liquid index 35c84bc..dc8a793 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -18,9 +18,9 @@ layout: default

{{ page.title }}

- Created in {{ page.date | date: '%B %d, %Y' }} + Created on {{ page.date | date: '%B %d, %Y' }} {% if page.author %}by {{ page.author }}{% endif %} - {% 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 %} {% if page.meta %}• {{ page.meta }}{% endif %}