From 85822cfd9f5ecedf47733d666ba8315628031dd7 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Wed, 23 Jul 2025 21:57:13 +1000 Subject: [PATCH] blog: Remove RSS feed links next to individual tags Instead the tags are now added to the RSS feed link at the top of the page when in use. --- conservancy/templates/base_blog.html | 8 +++----- conservancy/templates/blog/entry_list.html | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/conservancy/templates/base_blog.html b/conservancy/templates/base_blog.html index 60a23331..08f3eda2 100644 --- a/conservancy/templates/base_blog.html +++ b/conservancy/templates/base_blog.html @@ -3,7 +3,7 @@ {% block category %}blog{% endblock %} {% block head %} - + {% endblock %} {% block outercontent %} @@ -24,16 +24,14 @@

Blogs by Tag

Blogs by Author

diff --git a/conservancy/templates/blog/entry_list.html b/conservancy/templates/blog/entry_list.html index 327cfc4a..b55cae02 100644 --- a/conservancy/templates/blog/entry_list.html +++ b/conservancy/templates/blog/entry_list.html @@ -8,7 +8,7 @@

Home / News

-

[RSS] Conservancy Blog{% if author %} — {{ author.formal_name }}{% endif %}

+

[RSS] Conservancy Blog{% if author %} — {{ author.formal_name }}{% endif %}

{% if authors or tags %}

Displaying posts