_includes/posts.html in garth-jekyll-theme-0.1.9 vs _includes/posts.html in garth-jekyll-theme-0.2.0
- old
+ new
@@ -1,10 +1,10 @@
<ul class="posts">
{% for item in paginator.posts %}
- <li class="post">
+ <li class="post container">
- <article class="container">
+ <article class="article typeset">
<h2>
<a href="{{ item.url }}" title="{{ item.title }}">{{ item.title }}</a>
</h2>