diff --git a/content/license/index.md b/content/license/index.md index a0ce37a..373ac60 100644 --- a/content/license/index.md +++ b/content/license/index.md @@ -1,7 +1,7 @@ +++ title = "LICENSE" date = "2022-12-04T18:15:03+01:00" -lastmod = "2023-04-08T16:49:37+0200" +lastmod = '2023-04-10T09:15:25+0000' comment = false @@ -11,6 +11,7 @@ showWordCount = false showPagination = false feed_exclude = true +#site_exclude = true +++ diff --git a/content/privacy/index.md b/content/privacy/index.md index 6d5772f..7c694a4 100644 --- a/content/privacy/index.md +++ b/content/privacy/index.md @@ -2,7 +2,7 @@ # vim: ft=markdown title = 'Imprint / Privacy' date = '2023-04-09T22:13:55+0200' -lastmod = '2023-04-10T09:23:02+0200' +lastmod = '2023-04-10T09:15:25+0000' comment = false @@ -12,7 +12,8 @@ showWordCount = false showPagination = false feed_exclude = true +# site_exclude = true -+++ ++++ diff --git a/layouts/sitemap.xml b/layouts/sitemap.xml index 158c754..4761471 100644 --- a/layouts/sitemap.xml +++ b/layouts/sitemap.xml @@ -1,11 +1,13 @@ {{ "" | safeHTML }} {{ range .Data.Pages }} - - {{ .Permalink | absURL }}{{ if not .Lastmod.IsZero }} - {{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}{{ else }}{{ .Site.LastChange.Format "2006-01-02T15:04:05-07:00" }}{{ end }}{{ with .Sitemap.ChangeFreq }} - {{ . }}{{ else }}weekly{{ end }}{{ if ge .Sitemap.Priority 0.0 }} - {{ .Sitemap.Priority }}{{ else }}0.5{{ end }} - + {{ if not .Params.site_exclude }} + + {{ .Permalink | absURL }}{{ if not .Lastmod.IsZero }} + {{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}{{ else }}{{ .Site.LastChange.Format "2006-01-02T15:04:05-07:00" }}{{ end }}{{ with .Sitemap.ChangeFreq }} + {{ . }}{{ else }}weekly{{ end }}{{ if ge .Sitemap.Priority 0.0 }} + {{ .Sitemap.Priority }}{{ else }}0.5{{ end }} + + {{ end }} {{ end }}