From 4df17775473ca64dee1f3b9856a223bd18bcb320 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sat, 22 Jun 2024 14:58:00 +0200 Subject: [PATCH] Fix config option --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index de91f6e1..668f5a72 100644 --- a/config.toml +++ b/config.toml @@ -9,7 +9,7 @@ default_language = "de" output_dir = "public" compile_sass = true build_search_index = false -generate_feed = true +generate_feeds = true hard_link_static = false minify_html = false -- GitLab