From 9cd38d691eed23acffd11e990b54247c94013fac Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 11 Apr 2018 01:05:18 +0000 Subject: [PATCH] Post template --- _layouts/post.html | 52 ++++++++++++++++++---------------------------- 1 file changed, 20 insertions(+), 32 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index d8755ee..5558446 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,36 +2,24 @@ layout: default --- -
-
-
- -
- -
-
- {{ page.title | smartify | strip_html | normalize_whitespace }} -
-
- -
-
- {{ page.date | date_to_string }} -
-
- - -
-
-
- -
- {{ content | normalize_whitespace }} -
- -
- {% include disqus.html %} -
+
+
+
+

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

+ +

+ +

+
+ + {{ content }} + +
+ {% include disqus.html %}
-
-
+ +