diff --git a/www/conservancy/templates/news/pressrelease_list.html b/www/conservancy/templates/news/pressrelease_list.html index b3556abd2451679ebe3eafed8c66c3382f59b409..1c9c60a5f5e30ad72b6502e56680b74db05c2d19 100644 --- a/www/conservancy/templates/news/pressrelease_list.html +++ b/www/conservancy/templates/news/pressrelease_list.html @@ -4,8 +4,11 @@ {% block content %} +
+

[RSS] Conservancy News

+ {% ifnotequal page 1 %}

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

{% endifnotequal %} {% for object in object_list %} @@ -31,5 +34,5 @@ - +
{% endblock %}