diff --git a/_layouts/post.html b/_layouts/post.html index b511563..17e18f4 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,52 +2,30 @@ layout: default --- +
-
- Written by - {% if page.author %} - {{ page.author }} - {% else %} - {{ site.author.name }} - {% endif %} - - {% if page.date %} -
- on  {% endif %} -
-

{{ page.title }}

-
- + {{ page.date | date_to_long_string }} {{ content }} -
-{% if page.comments %} + +
-{% endif %} -