From c03d3540df5af2ddb2357dd4bdafdf19f22a0b09 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 18 Jul 2024 10:31:55 +0200 Subject: [PATCH] Fix for Zola 0.19 --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 70790c4..86779de 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ base_url = "https://new.kocandaci.cz" compile_sass = true build_search_index = false -feed_filename = "atom.xml" +feed_filenames = ["atom.xml"] title = "Kocanďáci" [markdown]