From 492a15cfb6853538a8563fa16fd01b48a5024841 Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Mon, 10 May 2021 01:08:39 -0400 Subject: [PATCH] Update default atom.xml template --- templates/atom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/atom.xml b/templates/atom.xml index 3650a80..c836ac4 100644 --- a/templates/atom.xml +++ b/templates/atom.xml @@ -1,16 +1,16 @@ - +{{ `` | safeHTML }} {{ index site.URLs 0 }}{{ .Path }} {{ .Title }} {{ .Updated.Format "2006-01-02T15:04:05Z07:00" }} - + {{ range .Entries }} {{ index site.URLs 0 }}{{ .Path }} {{ .Title }} {{ .Date.Format "2006-01-02T15:04:05Z07:00" }} {{- $path := .Path }} {{- range site.URLs }} - + {{- end }} {{ end -}}