Link custom feed

This commit is contained in:
Dennis Reimann
2021-03-26 11:36:38 +01:00
parent 23c3c8eb73
commit e47fe7a148
2 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,8 @@
"appleUrl": "https://podcasts.apple.com/de/podcast/einundzwanzig-der-bitcoin-podcast/id1488229907", "appleUrl": "https://podcasts.apple.com/de/podcast/einundzwanzig-der-bitcoin-podcast/id1488229907",
"overcastUrl": "https://overcast.fm/itunes1488229907/einundzwanzig-der-bitcoin-podcast", "overcastUrl": "https://overcast.fm/itunes1488229907/einundzwanzig-der-bitcoin-podcast",
"anchorUrl": "https://anchor.fm/einundzwanzig", "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": [ "ticker": [
"Sende uns einen Shout-Out: 50.000 Sats und du bist dabei", "Sende uns einen Shout-Out: 50.000 Sats und du bist dabei",
"\"Hosp oder top!\" ist Spiel des Jahres 2020", "\"Hosp oder top!\" ist Spiel des Jahres 2020",

View File

@@ -67,10 +67,10 @@ mixin subscribe()
{ {
type: "audio", type: "audio",
format: "mp3", format: "mp3",
url: "#{site.meta.feedUrl}", url: "#{site.meta.publicFeedUrl}",
"directory-url-itunes": "#{site.meta.appleUrl}" "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") 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