diff --git a/index.html b/index.html index 6e6b9b5..f73cae1 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ layout: default {{ post.title }}

- {{ post.date | date: "%b %-d, %Y" }} {{if post.post_author}} - {{ post.post_author }}{{/if}} + {{ post.date | date: "%b %-d, %Y" }} {% if post.post_author %} - {{ post.post_author }} {{%endif%}}

{{ post.content }}