diff --git a/pelican/themes/simple/templates/base.html b/pelican/themes/simple/templates/base.html index c1d9cb78..3ea2e8b9 100644 --- a/pelican/themes/simple/templates/base.html +++ b/pelican/themes/simple/templates/base.html @@ -4,6 +4,12 @@ {% block head %} {% block title %}{{ SITENAME }}{% endblock title %} + {% if FEED_ALL_ATOM %} + + {% endif %} + {% if FEED_ALL_RSS %} + + {% endif %} {% if FEED_ATOM %} {% endif %}