diff --git a/_layouts/post.html b/_layouts/post.html index 30cb0a2..20c27ef 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,38 +1,37 @@ {% include header.html %} -
-
- -
-
+
+ +
+

{{ page.title }}

- {% if site.comments == true and page.comments == true and site.disqus != '' %} + {% if site.comments == true and page.comments == true and site.disqus != '' %}

Comments

+ {% endif %} +
+ {{ content }} +
+ {% if page.comments %} +
+ + comments powered by Disqus +
+ {% endif %} +
+
+ -
- -