commit f2ebf339fc735f626094407dfc56746e31315d16
parent 0ffd4689a8073c18730ea5d8bdf957b06ca973e0
Author: oscarbenedito <oscar@oscarbenedito.com>
Date: Tue, 31 Mar 2020 01:23:57 +0200
Atom feed id's changed to permalinks
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
@@ -25,7 +25,7 @@
<entry>
<title>{{ .Title }}</title>
<link href="{{ .Permalink }}"/>
- <id>tag:oscarbenedito.com,{{ .Date.Format "2006-01-02" | safeHTML }}:{{ .RelPermalink }}</id>{{ with $.Site.Author.name }}
+ <id>{{ .Permalink }}</id>{{ with $.Site.Author.name }}
<author>
<name>{{ . }}</name>{{ with $.Site.Author.email }}
<email>{{ . }}</email>{{ end }}