diff --git a/www/conservancy/templates/news/pressrelease_archive_year.html b/www/conservancy/templates/news/pressrelease_archive_year.html index 5910ba92026dde4eabb4266acd170cf81c7d8e6c..48ca2aa33798ff6e57570c446033578328f5fbf4 100644 --- a/www/conservancy/templates/news/pressrelease_archive_year.html +++ b/www/conservancy/templates/news/pressrelease_archive_year.html @@ -4,6 +4,7 @@ {% block content %} +

Conservancy News Index - {{ year }}

- +
{% endblock %} diff --git a/www/conservancy/templates/news/pressrelease_list.html b/www/conservancy/templates/news/pressrelease_list.html index 1c9c60a5f5e30ad72b6502e56680b74db05c2d19..8a7adbd4bc2c8112ffaea2732b15394fb6116e78 100644 --- a/www/conservancy/templates/news/pressrelease_list.html +++ b/www/conservancy/templates/news/pressrelease_list.html @@ -1,12 +1,17 @@ {% extends "base_news.html" %} - +{% block category %}News{% endblock %} {% block subtitle %}News - {% endblock %} -{% block content %} - -
- -

[RSS] Conservancy News

+{% block outercontent %} +
+ +
+

[RSS] Conservancy News

{% ifnotequal page 1 %}

(page {{ page }} of {{ pages }})

{% endifnotequal %} @@ -28,11 +33,7 @@ {% if has_previous %}« Previous page (newer){% endif %} {% comment %}{% for pagenum in page_navigation %}{% ifequal pagenum page %}[{{ pagenum }}]{% else %}{{ pagenum }}{% endifequal %} {% endfor %}{% endcomment %}

+
-

News index by date

- -
{% endblock %}