X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/51882017f01cceeaeb95f84e618575ece8ff7449..2a77dc909c36275bfcbbfba499c519e1850fe445:/ralf/_includes/post-list.html?ds=sidebyside

diff --git a/ralf/_includes/post-list.html b/ralf/_includes/post-list.html
index 0db845a..6294354 100644
--- a/ralf/_includes/post-list.html
+++ b/ralf/_includes/post-list.html
@@ -1,6 +1,6 @@
 {% 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 }}