From 6e44c9b432cf505fb9edaaa97f69596166e2cfe2 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 18 Apr 2018 01:14:30 +0400 Subject: Post template --- _layouts/post.html | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 5558446..5c0c948 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,24 +2,23 @@ layout: default --- -
-
-
-

- {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} -

+
+ {% include navbar.html %} -

- -

-
+
+
+

+ {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} +

+

+ +

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