From 9254befd7e9caa5cac1683589abce7daf472e7c0 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Thu, 24 Jul 2025 14:29:59 +1000 Subject: [PATCH] Be clearer that the Blog RSS feed relates to a subset Rather than modifying the top-level RSS link when viewing by tag, I've added an extra link next to the "Displaying posts tagged ..." link. --- conservancy/templates/base_blog.html | 2 +- conservancy/templates/blog/entry_list.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conservancy/templates/base_blog.html b/conservancy/templates/base_blog.html index 08f3eda2..5add6d6a 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 %} diff --git a/conservancy/templates/blog/entry_list.html b/conservancy/templates/blog/entry_list.html index b55cae02..734d3f50 100644 --- a/conservancy/templates/blog/entry_list.html +++ b/conservancy/templates/blog/entry_list.html @@ -8,13 +8,13 @@

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 {% if authors %}by {% for author in authors %}{% if not forloop.last %}{% if not forloop.first %}, {% endif %}{% endif %}{{ author.formal_name }}{% if forloop.revcounter == 2 %} and {% endif %}{% endfor %}{% endif %} {% if tags %}tagged {% for tag in tags %}{% if not forloop.last %}{% if not forloop.first %}, {% endif %}{% endif %}{{ tag.label }}{% if forloop.revcounter == 2 %} or {% endif %}{% endfor %}{% endif %} -

+[RSS]

{% endif %} {% for entry in blog_entries %}