fix headline level numbering
This commit is contained in:
parent
82cd75d484
commit
f2a9a9266f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue