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 }} +
+