fix headline level numbering

This commit is contained in:
anna 2021-02-11 20:53:11 +01:00
parent 82cd75d484
commit f2a9a9266f
Signed by: fef
GPG key ID: EC22E476DC2D3D84

View file

@ -5,7 +5,7 @@ layout: default
{% for post in site.posts %}
<article class="feed-item">
<small class="date">{{ post.date | date: "%Y-%m-%d" }}</small>
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
{{ post.excerpt }}
</article>
{% endfor %}