Wrap all page content in #main div to fix #86

- Adjust article styles to correctly display post indexes
- Remove top margin from page titles
This commit is contained in:
Michael Rose
2014-09-30 16:35:52 -04:00
parent a969c09099
commit 3e4a2d905b
5 changed files with 53 additions and 47 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
<div class="article-author-side">
{% include _author-bio.html %}
</div>
<article>
<article class="post">
<div class="headline-wrap">
{% if page.link %}
<h1><a href="{{ page.link }}">{{ page.title }}</a></h1>