h3 -> h2 in blog archive

This commit is contained in:
madrilene 2022-12-13 16:42:47 +01:00
parent 1c48e47773
commit 0840f33c1f

View file

@ -1,7 +0,0 @@
<li class="card flow clickable-card overflow-hidden">
<h2>
<a href="{{ post.url | url }}">{{ post.data.title }}</a>
</h2>
{% set definedDate = post.date %} {% include "partials/date.njk" %}
<p>{{ post.data.description }}</p>
</li>