From c854bf4af44f4e4a43ea0d46e253038b5b3fe90a Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Wed, 12 Jun 2024 22:45:57 -0400 Subject: [PATCH] Update index.atom.xml template --- layouts/index.atom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/index.atom.xml b/layouts/index.atom.xml index 19fa31b..1e045ca 100644 --- a/layouts/index.atom.xml +++ b/layouts/index.atom.xml @@ -15,16 +15,16 @@ {{ if not .Date.IsZero }} {{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }}{{ end }} - {{ .Permalink }}{{ with .Site.Author.name }} + {{ .Permalink }}{{ with .Site.Params.Author.name }} - {{.}}{{ with $.Site.Author.email }} + {{.}}{{ with $.Site.Params.Author.email }} {{.}}{{end}} {{end}} Hugo -- gohugo.io{{ range $pages }} {{ `<![CDATA[` | safeHTML }}{{ .Title }}]]> - {{ .Permalink }}{{ with $.Site.Author.name }} + {{ .Permalink }}{{ with $.Site.Params.Author.name }} {{.}} {{end}}