From e47fe7a14816098d5308d644527510fee953b593 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Fri, 26 Mar 2021 11:36:38 +0100 Subject: [PATCH] Link custom feed --- content/meta.json | 3 ++- src/includes/mixins.pug | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/content/meta.json b/content/meta.json index 19f2ece72c7..f77a4af59dd 100644 --- a/content/meta.json +++ b/content/meta.json @@ -13,7 +13,8 @@ "appleUrl": "https://podcasts.apple.com/de/podcast/einundzwanzig-der-bitcoin-podcast/id1488229907", "overcastUrl": "https://overcast.fm/itunes1488229907/einundzwanzig-der-bitcoin-podcast", "anchorUrl": "https://anchor.fm/einundzwanzig", - "feedUrl": "https://anchor.fm/s/d8d3c38/podcast/rss", + "masterFeedUrl": "https://anchor.fm/s/d8d3c38/podcast/rss", + "publicFeedUrl": "https://einundzwanzig.space/feed.xml", "ticker": [ "Sende uns einen Shout-Out: 50.000 Sats und du bist dabei", "\"Hosp oder top!\" ist Spiel des Jahres 2020", diff --git a/src/includes/mixins.pug b/src/includes/mixins.pug index 6d468dfdbfa..a12baf038f0 100644 --- a/src/includes/mixins.pug +++ b/src/includes/mixins.pug @@ -67,10 +67,10 @@ mixin subscribe() { type: "audio", format: "mp3", - url: "#{site.meta.feedUrl}", + url: "#{site.meta.publicFeedUrl}", "directory-url-itunes": "#{site.meta.appleUrl}" } ] } script(src="https://cdn.podlove.org/subscribe-button/javascripts/app.js" class="podlove-subscribe-button" data-language="de" data-size="big" data-json-data="subscribe" data-color=themeColor data-format="rectangle") - noscript: a.button(href=site.meta.feedUrl) Jetzt abonnieren + noscript: a.button(href=site.meta.publicFeedUrl) Jetzt abonnieren