X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/2af997a3ebc742057551ac0de6e750fe728326eb..9fcd3e5e9433ee0db6097c30df93a8fd4d361ca3:/ralf/_includes/post-list.html?ds=inline 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>