From f71d3eca1dea326e2f31b397ccce1f0eeb1a26e6 Mon Sep 17 00:00:00 2001 From: Sean Dockray Date: Wed, 7 Apr 2021 23:46:43 +1000 Subject: [PATCH] !publish! podcast feed fixes --- config.toml | 3 ++- layouts/section/interview.rss.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 73647da..8405a43 100644 --- a/config.toml +++ b/config.toml @@ -24,11 +24,12 @@ disableKinds = ["sitemap"] itunes_summary = "A platform for collective listening, thought, and artistic production: a critical counterpoint to all the solutionists, VCs, militarists and industry boosters intent on ‘empowering machines with the sense of hearing'." itunes_owner_name = "Machine Listening" itunes_owner_email = "machine.listening@gmail.com" #contains the e-mail address that will be used to contact the owner of the Podcast for communication specifically about their Podcast on Apple Podcasts. It will not be publicly displayed on Apple Podcasts. - itunes_image = "/images/ml.gif" #fqdn to the image art for your podcast + itunes_image = "https://machinelistening.exposed/images/ml.gif" #fqdn to the image art for your podcast itunes_top_category = "Technology" itunes_first_sub_category = "Software How-To" itunes_second_sub_category = "Tech News" language = "en-us" + explicit = false [outputFormats] diff --git a/layouts/section/interview.rss.xml b/layouts/section/interview.rss.xml index 15f8fac..d293f4c 100644 --- a/layouts/section/interview.rss.xml +++ b/layouts/section/interview.rss.xml @@ -11,7 +11,7 @@ > {{ $.Site.Title }} - + {{ .Site.BaseURL }} {{ .Site.Params.feed.itunes_summary | truncate 4000 ""}} {{ dateFormat "Mon, 2 Jan 2006 15:04:05 -0700" .Date }}