Use correct heading tag for date subtitles
This commit is contained in:
parent
166441b3e3
commit
c8885d19d3
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@
|
|||
<section class="container">
|
||||
{% for page in listing_pages %}
|
||||
{% ifchanged %}
|
||||
<h3 id="date-{{ page.date|date:'Y-m' }}" class="date-header">
|
||||
<h2 id="date-{{ page.date|date:'Y-m' }}" class="date-header">
|
||||
<time datetime="{{ page.date|date:'Y-m' }}" title="{{ page.date|date:'F Y' }}">
|
||||
{{ page.date|date:"Y-m" }}
|
||||
</time>
|
||||
</h3>
|
||||
</h2>
|
||||
{% endifchanged %}
|
||||
|
||||
{% include "common/listing-item.html" %}
|
||||
|
|
Loading…
Reference in a new issue