From ceca375eb796bc55ae1c92aa7e93f6976791082b Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 26 May 2020 18:56:27 +0200 Subject: [PATCH] Update for 0.11 --- config.toml | 1 + templates/index.html | 4 ++-- theme.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 9b7f3b6..b0a8fe2 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ base_url = "https://zola-after-dark.netlify.com" compile_sass = true title = "after-dark theme" description = "" +generate_feed = true taxonomies = [ {name = "categories", rss = true}, diff --git a/templates/index.html b/templates/index.html index 23410e6..fe2f6ea 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,8 +11,8 @@ {% block title %}{{ config.title }}{% endblock title %} - {% if config.generate_rss %} - + {% if config.generate_feed %} + {% endif %} {% block css %} diff --git a/theme.toml b/theme.toml index 3ef4f8b..37a43df 100644 --- a/theme.toml +++ b/theme.toml @@ -2,7 +2,7 @@ name = "after-dark" description = "A robust, elegant dark theme" license = "MIT" homepage = "https://github.com/getzola/after-dark" -min_version = "0.5.0" +min_version = "0.11.0" demo = "https://zola-after-dark.netlify.com" [extra]