diff --git a/_layouts/page.html b/_layouts/page.html index 1a0cca5..67ac0c6 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,8 +2,12 @@ layout: default --- -
-

{{ page.title }}

- {{ content }} + +

+ {{ page.title | smartify | strip_html | normalize_whitespace }} +

+ + + {{ content | normalize_whitespace }}