From 377877f3bd98ab4dd4a8db2c2a1d28fb5bab96fb Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 15 May 2018 04:07:21 +0400 Subject: Post template Signed-off-by: Valentin Popov --- _layouts/post.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index 8cfd061..b573239 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,15 +2,17 @@ layout: default --- -
-
-
- -

{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}

-
+
+
+

+ {{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }} +

+ +

+

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