diff --git a/.themes/classic/source/_layouts/page.html b/.themes/classic/source/_layouts/page.html index 729b48e..dbf209c 100644 --- a/.themes/classic/source/_layouts/page.html +++ b/.themes/classic/source/_layouts/page.html @@ -7,7 +7,7 @@ layout: default {% if page.title %}

{{ page.title | titlecase }}

- {% if page.date %}

{% include post/date.html %}

{% endif %} + {% if page.date %}

{% include post/date.html %}{{ time }}

{% endif %}
{% endif %} {{ content }}