From 93e183f0f47ef29bfd501e60cef474970e5dfdd4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 15 May 2018 04:25:42 +0400 Subject: [PATCH] Page template Signed-off-by: Valentin Popov --- _layouts/page.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 8938b9d..3991672 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,12 +2,10 @@ layout: default --- -
-
-
-

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

-
+
+
+

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

+
- {{ content }} -
-
+ {{ content }} +