diff --git a/_layouts/post.html b/_layouts/post.html index d8755ee..5558446 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,36 +2,24 @@ layout: default --- -
-
-
- -
- -
-
- {{ page.title | smartify | strip_html | normalize_whitespace }} -
-
- -
-
- {{ page.date | date_to_string }} -
-
- - -
-
-
- -
- {{ content | normalize_whitespace }} -
- -
- {% include disqus.html %} -
+
+
+
+

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

+ +

+ +

+
+ + {{ content }} + +
+ {% include disqus.html %}
-
-
+ +