From 6968f50956b5fe82673120bd23fa01b060b5a645 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 05:35:52 +0200 Subject: qwe --- _layouts/index.html | 44 +++++++++++++++++++++++--------------------- _layouts/page.html | 9 +++++++-- _layouts/post.html | 9 +++++++-- 3 files changed, 37 insertions(+), 25 deletions(-) (limited to '_layouts') diff --git a/_layouts/index.html b/_layouts/index.html index 872cd2e..a9c649b 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -1,34 +1,36 @@ - - - - - {{ page.title }} + - + + + - + {{ page.title }} - + - {% include header.html %} + -
+ - -
+ {% include header.html %} - {% include footer.html %} +
- + +
+ + {% include footer.html %} + + diff --git a/_layouts/page.html b/_layouts/page.html index b3d2fc4..d9356d1 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,18 +2,23 @@ + + {{ page.title }} + + + + + {% include header.html %} -

page

-
{{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html index a6936cf..f41699e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,18 +2,23 @@ + + {{ page.title }} + + + + + {% include header.html %} -

post

-
{{ content }}
-- cgit v1.2.3