From c2ecdad64d0a1e294d86bec3642b38458a6cd69f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=AD=20Gamboa?= Date: Thu, 10 Nov 2022 11:24:49 +0100 Subject: [PATCH] Fix RSS generation Since https://github.com/getzola/zola/blob/master/CHANGELOG.md#0110-2020-05-25, Zola renamed this option to config.generate_feed --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 5359356..2f37429 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,7 +10,7 @@ {%- block title %}{{ config.title }}{% endblock title -%} {{ head_macros::head(config=config) }} - {%- if config.generate_rss %} + {%- if config.generate_feed %} {% endif -%}