From e292dce707c80cd4ae4cdde7cb891174c80f2c92 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 23 Apr 2018 00:52:21 +0400 Subject: Improved page layer Signed-off-by: Valentin Popov --- _layouts/page.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to '_layouts') diff --git a/_layouts/page.html b/_layouts/page.html index d513db4..5e6d1de 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -3,16 +3,9 @@ layout: default ---
- {% include navbar.html %} -
-
-

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

-

- {{ page.description | default: site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} -

+
+

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

{{ content }} -- cgit v1.2.3