From e648b8f1b001f05a84ef5c41dc6e1b191183eb5c Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 12 Jan 2022 20:00:15 +0100 Subject: [PATCH] Add owner email to feed It is required by some podcast directories. --- config.toml | 1 + templates/rss.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/config.toml b/config.toml index b039eb6..bee5a35 100644 --- a/config.toml +++ b/config.toml @@ -29,6 +29,7 @@ subtitle = "(Nicht nur) Schulische Themen" acronym = "SCH" [extra.itunes] +owner_email = "schabernack@sbruder.de" [extra.theme] main = "#00a0bd" diff --git a/templates/rss.xml b/templates/rss.xml index 5d39782..730c032 100644 --- a/templates/rss.xml +++ b/templates/rss.xml @@ -20,6 +20,9 @@ {{ config.base_url | escape_xml | safe }} {{ config.extra.author }} + + {{ config.extra.itunes.owner_email }} + {{ config.description }} {{ config.extra.subtitle }}