diff --git a/_layouts/default.html b/_layouts/default.html index b1ca412..7fa5693 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,21 +3,16 @@ layout: compress --- - + {% include head.html %} {% include header.html %} - {% include icons.html %}
-
-
- {{ content | normalize_whitespace }} -
-
+ {{ content | normalize_whitespace }}
diff --git a/_layouts/page.html b/_layouts/page.html index 67ac0c6..3ab07d9 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,12 +2,15 @@ layout: default --- -
- -

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

- - - {{ content | normalize_whitespace }} +
+
+ +
+ {{ page.title | smartify | strip_html | normalize_whitespace }} +
+ +
+ {{ content | normalize_whitespace }} +
+
diff --git a/_layouts/post.html b/_layouts/post.html index aa5b6ca..d8755ee 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,36 +2,36 @@ layout: default --- -
- -

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

- - - - - - {{ content | normalize_whitespace }} -
- - -
-
- - +
+
+
+ +
+ +
+
+ {{ page.title | smartify | strip_html | normalize_whitespace }} +
+
+ +
+
+ {{ page.date | date_to_string }} +
+
+ + +
+
+
+ +
+ {{ content | normalize_whitespace }} +
+ +
+ {% include disqus.html %} +
+
+