From d39c7e49fecfa6d0a8851169d63c4a2f4b575507 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Wed, 13 Oct 2021 23:52:29 +1100 Subject: [PATCH] Hide RSS icon for frontpage news and articles. --- www/conservancy/templates/frontpage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html index 0b03310d..bfca6b8d 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 %}