diff --git a/.themes/classic/source/_layouts/page.html b/.themes/classic/source/_layouts/page.html index 6710f8b..08e056e 100644 --- a/.themes/classic/source/_layouts/page.html +++ b/.themes/classic/source/_layouts/page.html @@ -4,10 +4,12 @@ layout: default
+ {% if page.title %}

{{ page.title | titlecase }}

{% if page.date %}

{% include post/date.html %}

{% endif %}
+ {% endif %} {{ content }} {% unless page.footer == false %}