From 7c874cd09f4d0d6865f703fb9c5ced557159b26a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 06:34:56 +0200 Subject: update --- _layouts/index.html | 6 +++++- _layouts/page.html | 9 ++++++++- _layouts/post.html | 3 +++ 3 files changed, 16 insertions(+), 2 deletions(-) (limited to '_layouts') diff --git a/_layouts/index.html b/_layouts/index.html index 7c546a2..4d675e0 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -5,13 +5,16 @@ - + + {{ page.title }} + + @@ -28,6 +31,7 @@ {% endfor %} + {% include footer.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 %} diff --git a/_layouts/post.html b/_layouts/post.html index 95dd3f0..c9e7108 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,6 +5,7 @@ + {{ page.title }} @@ -12,6 +13,8 @@ + + -- cgit v1.2.3