diff --git a/templates/page.html b/templates/page.html index a7b323b..af486d9 100644 --- a/templates/page.html +++ b/templates/page.html @@ -7,7 +7,7 @@ {% endblock %} {% block content %} -

{{ page.title }}

+

{{ page.title }}

{% if page.date and page.date is defined %}

Published on: {{ page.date }}

diff --git a/templates/section.html b/templates/section.html index fc29dcb..50f5851 100644 --- a/templates/section.html +++ b/templates/section.html @@ -1,5 +1,5 @@ {% extends "base.html" %} {% block content %} -

{{ section.title }}

+

{{ section.title }}