From 3fe3c372500aeba3f659d50fa7ee70edf148dc7b Mon Sep 17 00:00:00 2001 From: Shinsina Date: Fri, 10 May 2024 08:16:00 -0500 Subject: [PATCH 1/2] Swap podcast links to new links --- sites/diverseeducation.com/config/site.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sites/diverseeducation.com/config/site.js b/sites/diverseeducation.com/config/site.js index 4d27ece4..74fc592b 100644 --- a/sites/diverseeducation.com/config/site.js +++ b/sites/diverseeducation.com/config/site.js @@ -53,11 +53,10 @@ module.exports = { }, }, podcastLinks: [ - { label: 'Apple Podcasts', href: 'https://podcasts.apple.com/us/podcast/in-the-margins/id1540117090' }, - { label: 'Google Podcasts', href: 'https://podcasts.google.com/feed/aHR0cHM6Ly9kaXZlcnNlZWR1Y2F0aW9uLmxpYnN5bi5jb20vcnNz?sa=X&ved=0CCcQ27cFahcKEwiwvpORs8HtAhUAAAAAHQAAAAAQBA' }, - { label: 'RadioPublic', href: 'https://radiopublic.com/in-the-margins-WkLmqX' }, - { label: 'Spotify', href: 'https://open.spotify.com/show/6FSDlxj88XFUgOsfeftBfP' }, - { label: 'Stitcher', href: 'https://www.stitcher.com/show/in-the-margins' }, + { provider: 'applepodcasts', label: 'Apple Podcasts', href: 'https://podcasts.apple.com/us/podcast/in-the-margins/id1540117090' }, + { provider: 'prime', label: 'Amazon', href: 'https://music.amazon.com/podcasts/cc87b264-f43c-4d79-a423-84e18364640b/in-the-margins' }, + { provider: 'spotify', label: 'Spotify', href: 'https://open.spotify.com/show/6FSDlxj88XFUgOsfeftBfP' }, + { provider: 'youtube', label: 'YouTube', href: 'https://www.youtube.com/playlist?list=PL6yKpacB8wLWYUWHMgGMtG5G7kEHuKrHK' }, ], socialMediaLinks: [ { provider: 'facebook', href: 'https://www.facebook.com/DiverseIssuesInHigherEducation/' }, From ad454c9325a5f5172cbd1e7026fb9169fb5e1597 Mon Sep 17 00:00:00 2001 From: Shinsina Date: Fri, 10 May 2024 08:17:13 -0500 Subject: [PATCH 2/2] Add listen here to the bottom of the podcasts landing page --- .../layouts/website-section/podcast-feed.marko | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages/global/components/layouts/website-section/podcast-feed.marko b/packages/global/components/layouts/website-section/podcast-feed.marko index b73b1269..fc85901c 100644 --- a/packages/global/components/layouts/website-section/podcast-feed.marko +++ b/packages/global/components/layouts/website-section/podcast-feed.marko @@ -133,6 +133,23 @@ $ const perPage = 10; + <@section> + $ const podcastLinks = site.get("podcastLinks"); +
+ Listen Here +
+ + + + + + + <@section|{ aliases }|>