Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/frjo/hugo-theme-zen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Jonsson <frjo@xdeb.org>2022-02-07 17:53:04 +0300
committerFredrik Jonsson <frjo@xdeb.org>2022-02-07 17:53:04 +0300
commite049ac0a8157e320cdc226ecee8ef3463abe70b6 (patch)
treee2e6d79e794ca9f75fdf8a933fbc1109c6e7ecdd
parentc51225e209adea31cdef057c7affc63e3477cf1b (diff)
Remove atom tag from podcast rss.1.x
-rw-r--r--layouts/podcast/rss.xml3
1 files changed, 0 insertions, 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 -}}
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>
{{ end -}}
- {{ with .OutputFormats.Get "RSS" -}}
- {{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
- {{ end -}}
{{ with site.Params.Podcast.Image }}{{ $image := resources.Get . }}<itunes:image href="{{ $image.Permalink }}" />{{ end }}
{{ with site.Params.Podcast.Category -}}
<itunes:category {{ if .name }}text="{{ .name }}"{{end}}>