From e049ac0a8157e320cdc226ecee8ef3463abe70b6 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson Date: Mon, 7 Feb 2022 15:53:04 +0100 Subject: Remove atom tag from podcast rss. --- layouts/podcast/rss.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/layouts/podcast/rss.xml b/layouts/podcast/rss.xml index 6fd44aa..3b6f452 100644 --- a/layouts/podcast/rss.xml +++ b/layouts/podcast/rss.xml @@ -18,9 +18,6 @@ {{ if not .Date.IsZero -}} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ end -}} - {{ with .OutputFormats.Get "RSS" -}} - {{ printf "" .Permalink .MediaType | safeHTML }} - {{ end -}} {{ with site.Params.Podcast.Image }}{{ $image := resources.Get . }}{{ end }} {{ with site.Params.Podcast.Category -}} -- cgit v1.2.3