From 7b503927324aa50f029d05342d193fc682edadb4 Mon Sep 17 00:00:00 2001 From: "Zack M. Davis" Date: Wed, 15 Jul 2026 17:57:19 -0700 Subject: [PATCH] RSS (contrast to Atom) block --- theme/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/templates/base.html b/theme/templates/base.html index 1212109..886467d 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -10,6 +10,9 @@ {% if FEED_ALL_ATOM %} {% endif %} + {% if FEED_ALL_RSS %} + + {% endif %} {% block extra_head %}{% endblock %} -- 2.53.0