tune spacing
[web.git] / ralf / _includes / post-list.html
1 {% for post in include.posts %}
2     <header class="subtitle">
3       {% include post-header.html item=post %}
4       <h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
5     </header>
6     {{ post.excerpt }}
7     <p><a href="{{ post.url }}">Read more...</a></p>
8 {% endfor %}