A bunch of layout changes to support a new category and make everything work better.

This commit is contained in:
2016-05-22 21:49:37 -04:00
parent a053ac1be7
commit f5320c3717
8 changed files with 51 additions and 20 deletions

View File

@ -8,6 +8,9 @@ layout: default
</header>
<div class="post-content">
<div class="category-description">
{{ page.description }}
</div>
{% include post_list.html categories=page.category limit=1000000 %}
</div>