From 133ce84fd2e565df767ecd0814891965c9d2a94d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Sep 2019 03:04:08 +0300 Subject: inherit layouts from default.html --- _layouts/post.html | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 83f11b7..22a753a 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,16 +1,10 @@ -{% include common/header.html %} -
-
-

{{ page.title }}

-

-  Posted on {{ page.date | date: '%-d %B %Y' }} - {%- if page.category %} in  {{ page.category }}{% endif %} -

- {{ content }} -
-
-
- {% include common/sidebar.html %} -
-
-{% include common/footer.html %} +--- +layout: default +--- +

{{ page.title }}

+

+  Posted on {{ page.date | date: '%-d %B %Y' }} + {%- if page.category %} in  {{ page.category }}{% endif %} +

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