From c2b52c035b4ed907ba1a704286aceb778421cc70 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 19 Nov 2018 06:55:41 +0100 Subject: content update --- _layouts/index.html | 120 ++++++++++++++-------------- _layouts/page.html | 79 +++++++++---------- _layouts/post.html | 222 +++++++++++++++++++++++++--------------------------- 3 files changed, 200 insertions(+), 221 deletions(-) (limited to '_layouts') diff --git a/_layouts/index.html b/_layouts/index.html index 0d251ce..af720a9 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -1,65 +1,59 @@ - + - - - - - - - - - - - - - - - {{ page.title }} - - - - - - - - - - - - - - - - - - - - - - - - {% include header.html %} - -
- - {{ content }} - - - -
- - {% include footer.html %} - - - + + + + + + + + + + + + + {{ page.title }} + + + + + + + + + + + + + + + + + + + + + + {% include header.html %} + +
+ {{ content }} + + +
+ + {% include footer.html %} + diff --git a/_layouts/page.html b/_layouts/page.html index a5d132d..68de599 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,59 +1,50 @@ - + + + - + + - + + + - - + - - - + {{ page.title }} - + - {{ page.title }} + + + + + - + + + + + - - - - - + - - - - - + + - + + {% include header.html %} - +
+

{{ page.title }}

- - - - - {% include header.html %} - -
- -

{{ page.title }}

- - {{ content }} - -
- - {% include footer.html %} - - + {{ content }} +
+ {% include footer.html %} + - diff --git a/_layouts/post.html b/_layouts/post.html index 31aabf8..13ffece 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,116 +1,110 @@ - + - - - - - - - - - - - - - - - {{ page.title }} - - - - - - - - - - - - - - - - - - - - - - - - {% include header.html %} - -
- -

{{ page.title }}

- - - - {{ content }} - - - -
- - {% include footer.html %} - - - - - - + + + + + + + + + + + + + {{ page.title }} + + + + + + + + + + + + + + + + + + + + + + {% include header.html %} + +
+

{{ page.title }}

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