diff --git a/templates/index.html b/templates/index.html index 8df9901..2859c35 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@ {%- block open_graph %}{{ head_macros::open_graph(config=config) }}{% endblock open_graph -%} - {%- if config.generate_feed %} + {%- if config.generate_feeds %} {%- if "rss" in config.feed_filename %} {% set feed_type = 'rss+xml' %} {%- else %}