Does look better as h2

This commit is contained in:
Bradley M. Kuhn 2015-03-04 15:33:47 -08:00
parent 855584408b
commit 5c3a677554

View file

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