From 7c874cd09f4d0d6865f703fb9c5ced557159b26a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 06:34:56 +0200 Subject: update --- _layouts/page.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '_layouts/page.html') diff --git a/_layouts/page.html b/_layouts/page.html index 3c80ab1..92a5a37 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -5,6 +5,7 @@ + {{ page.title }} @@ -12,6 +13,8 @@ + + @@ -19,7 +22,11 @@ {% include header.html %}
- {{ content }} + +

{{ page.title }}

+ + {{ content }} +
{% include footer.html %} -- cgit v1.2.3