diff --git a/_layouts/page_container.html b/_layouts/page_container.html index 40aa9e1..36f1f0d 100644 --- a/_layouts/page_container.html +++ b/_layouts/page_container.html @@ -9,6 +9,12 @@ layout: page
+ {% unless page.heading == null %} +

+ {{ page.heading }} +

+ {% endunless %} + {{ content }}