From 9e938fd50713ad2fab70230dd50ece06a4fe23cf Mon Sep 17 00:00:00 2001 From: David Vierra Date: Fri, 27 Mar 2015 20:19:13 -1000 Subject: [PATCH] Center-align post layouts, too. --- _layouts/post.html | 53 +++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 27 deletions(-) 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 %} +
+
+ -
- -