From 7b8dd422bc4075e41bc411910b421f55756b4da5 Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Wed, 9 Feb 2022 13:31:59 -0500 Subject: [PATCH] templates/_default/atom.xml: Fix feed URL --- templates/_default/atom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_default/atom.xml b/templates/_default/atom.xml index 536a31e..d702ccd 100644 --- a/templates/_default/atom.xml +++ b/templates/_default/atom.xml @@ -3,7 +3,7 @@ {{ .URL }} {{ .Title }} {{ site.Generated.Format "2006-01-02T15:04:05Z07:00" }} - + {{ range .Pages }} {{ .URL }} {{ .Title }}