diff --git a/lib/site_template/_layouts/post.html b/lib/site_template/_layouts/post.html index 04e3586b..838ad7a0 100644 --- a/lib/site_template/_layouts/post.html +++ b/lib/site_template/_layouts/post.html @@ -1,9 +1,15 @@ --- layout: default --- -
{{ page.date | date_to_string }}
{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}