From f2f3b94acc1f889c2199ed121039bd44b0f41d45 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 11 Apr 2018 00:39:34 +0000 Subject: Page template --- _layouts/page.html | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to '_layouts/page.html') diff --git a/_layouts/page.html b/_layouts/page.html index 3ab07d9..fdd735f 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,15 +2,11 @@ layout: default --- -
-
- -
- {{ page.title | smartify | strip_html | normalize_whitespace }} -
- -
- {{ content | normalize_whitespace }} -
-
-
+
+
+
+

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

+
+ {{ content }} +
+
-- cgit v1.2.3