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

diff --git a/ralf/_includes/post-list.html b/ralf/_includes/post-list.html
index 7b14efc..6294354 100644
--- a/ralf/_includes/post-list.html
+++ b/ralf/_includes/post-list.html
@@ -1,7 +1,7 @@
 {% for post in include.posts %}
     <header class="subtitle">
-      {% include post-header.html item=post %}
-      <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
+      <div class="side">{% include post-header.html item=post %}</div>
+      <h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
     </header>
     {{ post.excerpt }}
     <p><a href="{{ post.url }}">Read more...</a></p>