Correct headline hierarchy

This commit is contained in:
Michael Rose
2016-03-09 22:18:10 -05:00
parent d0a08a0e7a
commit d84f35c0e1
8 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ author_profile: false
{% for post in site.posts %}
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
{% if year != written_year %}
<h3>{{ year }}</h3>
<h2>{{ year }}</h2>
{% capture written_year %}{{ year }}{% endcapture %}
{% endif %}
{% include archive-list-single %}