From c81798289f6862467280d80825693cbec2fa39a9 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 12 Jan 2022 19:59:44 +0100 Subject: [PATCH] Remove itunes category from feed --- config.toml | 1 - templates/rss.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/config.toml b/config.toml index 877476a..b039eb6 100644 --- a/config.toml +++ b/config.toml @@ -29,7 +29,6 @@ subtitle = "(Nicht nur) Schulische Themen" acronym = "SCH" [extra.itunes] -category = "News" [extra.theme] main = "#00a0bd" diff --git a/templates/rss.xml b/templates/rss.xml index c61ed86..5d39782 100644 --- a/templates/rss.xml +++ b/templates/rss.xml @@ -21,7 +21,6 @@ {{ config.extra.author }} {{ config.description }} - {{ config.extra.subtitle }} {%- for page in pages %}