mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 16:26:50 +00:00
Link custom feed
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user