From 3ec63e8c10e7d927bfd1e775ab5acdae53d5d1ac Mon Sep 17 00:00:00 2001 From: Jake G <106644+Jieiku@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:38:12 -0800 Subject: [PATCH] Zola 0.19.1 generate_feeds Support (#46) --- config.toml | 2 +- templates/index.html | 17 +++++++++++++---- theme.toml | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 7015ed6..0dc0e31 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ base_url = "https://getzola.github.io/after-dark/" compile_sass = true title = "after-dark theme" description = "A robust, elegant dark theme" -generate_feed = true +generate_feeds = true taxonomies = [ {name = "categories", feed = true}, diff --git a/templates/index.html b/templates/index.html index c7e5ab0..4eb82af 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,10 +22,19 @@