summaryrefslogtreecommitdiff
path: root/layouts/index.atom.xml
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicksphere.ch>2022-04-30 00:00:00 +0000
committerNicholas Johnson <nick@nicksphere.ch>2022-04-30 00:00:00 +0000
commit294e192b5069e3c18ad472dfe111330c4a2042bf0ec0441aabec31e1156ad631 (patch)
treea3e9924a8de9b8bda76f9e3bdb46093c6ac684a09619c66edd302073c307aadb /layouts/index.atom.xml
parent972c0384e69b42e1fb2c87f1c221e12fab94830b60371c9d13ebebf1a341e4cd (diff)
Remove extra dollar signs from atom feed template
Diffstat (limited to 'layouts/index.atom.xml')
-rw-r--r--layouts/index.atom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.atom.xml b/layouts/index.atom.xml
index b78d178..adf2431 100644
--- a/layouts/index.atom.xml
+++ b/layouts/index.atom.xml
@@ -6,8 +6,8 @@
<updated>{{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated>{{ end }}
<id>{{ .Permalink }}</id>
<author>
- <name>{{ $.Site.Author.name }}</name>
- <email>{{ $.Site.Author.email }}</email>
+ <name>{{ .Site.Author.name }}</name>
+ <email>{{ .Site.Author.email }}</email>
</author>
<generator>Hugo -- gohugo.io</generator>{{ range first .Site.Config.Services.RSS.Limit .Site.RegularPages }}
<entry>