File diff c9d97e8f0fcf → f3eeca096919
www/conservancy/templates/blog/entry_list.html
Show inline comments
...
 
@@ -31,7 +31,7 @@
 
{% if date_list %}
 
<h3>Index by date</h3>
 
<ul>
 
{% for year in date_list %}<li><a href="{{ year|date:"Y" }}/">{{ year|date:"Y" }}</a></li>{% endfor %}
 
{% for year in date_list reversed %}<li><a href="{{ year|date:"Y" }}/">{{ year|date:"Y" }}</a></li>{% endfor %}
 
</ul>
 
{% endif %}