diff --git a/www/conservancy/templates/base_blog.html b/www/conservancy/templates/base_blog.html index dc8dac4c..187825fd 100644 --- a/www/conservancy/templates/base_blog.html +++ b/www/conservancy/templates/base_blog.html @@ -24,6 +24,12 @@ (rss) {% endfor %} +{% if date_list %} +

Blog Index by Year

+ +{% endif %}

See all posts…

diff --git a/www/conservancy/templates/blog/entry_list.html b/www/conservancy/templates/blog/entry_list.html index 334ef519..10323b4c 100644 --- a/www/conservancy/templates/blog/entry_list.html +++ b/www/conservancy/templates/blog/entry_list.html @@ -29,11 +29,4 @@

{% if blog_entries.num_pages > 1 %} {% for pagenum in blog_entries.paginator.page_range %}{% ifequal pagenum blog_entries.number %}[{{ pagenum }}]{% else %}{{ pagenum }}{% endifequal %} {% endfor %}{% endif %}

-{% if date_list %} -

Blog Index by Year

- -{% endif %} - {% endblock %}