diff --git a/_layouts/post.html b/_layouts/post.html index 17e18f4..aa5b6ca 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,11 +2,17 @@ layout: default --- -
-

{{ page.title }}

+ +

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

+ + {{ page.date | date_to_long_string }} - {{ content }} + + + {{ content | normalize_whitespace }}
@@ -14,9 +20,9 @@ layout: default