X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/be365a5bd690da017b4c00b473853b74d5287b05..9b34d4585d4f6db027cce07268ecda3b9da65491:/personal/_includes/post-list.html

diff --git a/personal/_includes/post-list.html b/personal/_includes/post-list.html
index 0db845a..6294354 100644
--- a/personal/_includes/post-list.html
+++ b/personal/_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 }}