diff options
Diffstat (limited to 'layouts/index.atom.xml')
-rw-r--r-- | layouts/index.atom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/index.atom.xml b/layouts/index.atom.xml index adf2431..b2ff567 100644 --- a/layouts/index.atom.xml +++ b/layouts/index.atom.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>{{ .Site.Title }}</title> - <link href="{{ .Permalink }}atom.xml" rel="self"/> - <link href="{{ .Permalink }}"/>{{ if not .Date.IsZero }} + <link href="{{ .Permalink }}atom.xml" rel="self"> + <link href="{{ .Permalink }}">{{ if not .Date.IsZero }} <updated>{{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated>{{ end }} <id>{{ .Permalink }}</id> <author> @@ -12,7 +12,7 @@ <generator>Hugo -- gohugo.io</generator>{{ range first .Site.Config.Services.RSS.Limit .Site.RegularPages }} <entry> <title type="html">{{ .Title }}></title> - <link href="{{ .Permalink }}"/> + <link href="{{ .Permalink }}"> <id>{{ .Permalink }}</id> <updated>{{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated> {{- if .Content }} |