Changeset - e54aff906cad
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-03-04 22:45:56
bkuhn@ebb.org
This is by year, not by date.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/blog/entry_list.html
Show inline comments
...
 
@@ -29,7 +29,7 @@
 
<div class="clear"></div>
 

	
 
{% if date_list %}
 
<h3>Index by date</h3>
 
<h3>Blog Index by Year</h3>
 
<ul>
 
{% for year in date_list reversed %}<li><a href="{{ year|date:"Y" }}/">{{ year|date:"Y" }}</a></li>{% endfor %}
 
</ul>
0 comments (0 inline, 0 general)