{% for post in include.posts %}
<header class="subtitle">
- {% include post-header.html item=post %}
+ <div class="side">{% include post-header.html item=post %}</div>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
</header>
{{ post.excerpt }}