diff --git a/_layouts/page_container.html b/_layouts/page_container.html index 8782029..609789e 100644 --- a/_layouts/page_container.html +++ b/_layouts/page_container.html @@ -10,9 +10,14 @@ layout: page
{% unless page.heading == null %} -

- {{ page.heading }} -

+
+

+ {{ page.heading }} +

+ + {{ page.date }} + +
{% endunless %} {{ content }} @@ -22,4 +27,4 @@ layout: page
- + \ No newline at end of file