From 99d4eee5bb7d1f33ba13b2dd7cc0b55811517a5a Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 30 Sep 2014 16:07:20 -0400 Subject: [PATCH] Wrap all page content in #main div to fix #86 - Adjust article styles to correctly display post indexes - Remove top margin from page titles --- _layouts/home.html | 35 +++++++++++++-------------- _layouts/page.html | 2 +- _layouts/post-index.html | 51 ++++++++++++++++++++-------------------- _layouts/post.html | 2 +- _sass/page.scss | 10 +++++--- 5 files changed, 53 insertions(+), 47 deletions(-) diff --git a/_layouts/home.html b/_layouts/home.html index 3b3162b..5fe3ec7 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -28,23 +28,24 @@ {% endif %} -
- {% include _author-bio.html %} -
- -
-

Recent Posts

- {% for post in site.posts limit:5 %} - - {% endfor %} -
+
+ +
+

Recent Posts

+ {% for post in site.posts limit:5 %} + + {% endfor %} +
+
+