Does look better as h2
This commit is contained in:
parent
855584408b
commit
5c3a677554
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
{% endfor %}
|
||||
</ul>
|
||||
{% if date_list %}
|
||||
<h3>Blog Index by Year</h3>
|
||||
<h2>Blog Index by Year</h2>
|
||||
<ul>
|
||||
{% for year in date_list reversed %}<li><a href="{{ year|date:"Y" }}/">{{ year|date:"Y" }}</a></li>{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue