From: Zack M. Davis Date: Thu, 16 Jul 2026 00:57:19 +0000 (-0700) Subject: RSS (contrast to Atom) block X-Git-Url: https://zackmdavis.net/blog/source?a=commitdiff_plain;h=7b503927324aa50f029d05342d193fc682edadb4;p=An_Algorithmic_Lucidity.git RSS (contrast to Atom) block --- 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 %}