diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html index 0b03310d42fbd198158660ead730d951b9fd00b7..bfca6b8d9634dc164ee313300cd7b61b7c6797c4 100644 --- a/www/conservancy/templates/frontpage.html +++ b/www/conservancy/templates/frontpage.html @@ -38,7 +38,7 @@
-

[RSS] News

+

News

{% for pressr in press_releases|slice:":5" %} {% if forloop.first or pressr.pub_date|date_within_past_days:365 %} {% if not forloop.first %}
{% endif %} @@ -50,7 +50,7 @@
-

[RSS] Articles

+

Articles

{% for entry in blog|slice:":5" %} {% if forloop.first or entry.pub_date|date_within_past_days:180 %} {% if not forloop.first %}
{% endif %}