commit 6bd1e0e428c8770e49ba7fbfd14dbe029fea3c1e
parent d88bd60cb5a260863c7040e1c118d1d9e6be50e6
Author: oscarbenedito <oscar@oscarbenedito.com>
Date: Mon, 13 Apr 2020 01:21:14 +0200
Fix on tag URIs
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
@@ -16,7 +16,7 @@
<link href="{{ .Permalink }}index.xml" rel="self"/>
<link href="{{ .Permalink }}" rel="alternate"/>{{ if not .Date.IsZero }}
<updated>{{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated>{{ end }}
- <id>tag:{{ $.Site.Params.domain }},{{ .RelPermalink }}</id>{{ with $.Site.Author.name }}
+ <id>tag:{{ $.Site.Params.domain }},2020-04-13:{{ .RelPermalink }}</id>{{ with $.Site.Author.name }}
<author>
<name>{{ . }}</name>{{ with $.Site.Author.email }}
<email>{{ . }}</email>{{ end }}