mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-07 21:11:52 +00:00
fix(rss): Remove author key
This commit is contained in:
parent
efb4b4f681
commit
d8d482a636
1 changed files with 0 additions and 1 deletions
|
@ -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 }}"/>
|
||||
|
|
Loading…
Reference in a new issue