From d10219da99f8d5bbbf5d441119bdf46271c8869c Mon Sep 17 00:00:00 2001 From: Astrale Date: Thu, 21 Sep 2023 18:52:55 +0200 Subject: [PATCH] conditional footer --- templates/footer.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/footer.html b/templates/footer.html index 2db79ef..8839867 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -5,7 +5,9 @@ Built with Zola using anemone theme & veqev colors.

+ {% if config.generate_feed %}
+ {% endif %} \ No newline at end of file