fix headline level numbering

main
anna 3 years ago
parent 82cd75d484
commit f2a9a9266f
Signed by: fef
GPG Key ID: EC22E476DC2D3D84

@ -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 %}

Loading…
Cancel
Save