From e716b63ef1d06bb989b07804787494f5b3f0d36affca49db29933fcfb1ddc48a Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sat, 30 Apr 2022 00:00:00 +0000 Subject: Add XML version to website atom feed --- layouts/index.atom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/index.atom.xml b/layouts/index.atom.xml index 7cb8ae6..6f239aa 100644 --- a/layouts/index.atom.xml +++ b/layouts/index.atom.xml @@ -10,6 +10,7 @@ {{- if ge $limit 1 }} {{- $pages = $pages | first $limit }} {{- end -}} + {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} on {{ end }}{{ .Site.Title }}{{ end }} -- cgit v1.2.3