From f9b30ffa430169426c38a162f5a207a19959b057 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 6 Aug 2024 17:50:34 +0000 Subject: [PATCH] config.toml: generate_feed -> generate_feeds --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 820a55f..e5ae6ff 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,8 @@ # The URL the site will be built for base_url = "https://uninsane.org" title = "Perfectly Sane" -# RSS -generate_feed = true +# RSS. see: +generate_feeds = true # Whether to automatically compile all Sass files in the sass directory compile_sass = true