mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-24 03:35:38 +01:00
layouts: further fix rss metadata issues
This commit is contained in:
parent
ac99804480
commit
c2cd7be6c1
@ -3,8 +3,8 @@
|
||||
<title>{{ .Title }} on {{ .Site.Title }} </title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
<language>en-US</language>
|
||||
<author>Citra</author>
|
||||
<rights>Copyright (c) 2017, Citra; all rights reserved.</rights>
|
||||
<author>{{ .Title }} Team</author>
|
||||
<rights>Copyright (c) 2017-{{ .Date.Format "2006" }}, {{ .Title }}; all rights reserved.</rights>
|
||||
<updated>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 MST" }}</updated>
|
||||
{{ range where .Site.RegularPages "Section" "entry" }}
|
||||
<item>
|
||||
|
Loading…
Reference in New Issue
Block a user