From 48b51b68764273ed97e24e7f8a92dde844eda30e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 23 Apr 2018 00:53:50 +0400 Subject: [PATCH] Improved post layer Signed-off-by: Valentin Popov --- _layouts/post.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 5c0c948..81d3b46 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,22 +3,14 @@ layout: default ---
- {% include navbar.html %} -
-
-

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

-

- -

+
+ +

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

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