1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00

fix(rss): Remove author key

This commit is contained in:
Tixie 2019-12-08 23:10:46 +01:00
parent efb4b4f681
commit d8d482a636

View file

@ -20,7 +20,6 @@
<title>"{{ .Title }}" by {{ .Params.artist }}</title>
<link>{{ .Permalink }}</link>
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
<author><name>{{ .Params.artist }}</name></author>
<guid>{{ .Permalink }}</guid>
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="{{ $cover.Permalink }}" height="320" width="320" />
<link rel="enclosure" type="image/png" length="320" href="{{ $cover.Permalink }}"/>