Move guids var to top

This commit is contained in:
Will Faught
2023-09-23 13:36:59 -07:00
parent 3f1f515cba
commit 5508ebdb7a

View File

@@ -2,6 +2,7 @@
{{ $copyright := site.Copyright }}
{{ $description := or $page.Description "Recent content" }}
{{ $guids := dict }}
{{ $html := $page.AlternativeOutputFormats.Get "html" }}
{{ $lastbuilddate := (partial "paige/changed.html" $page).Format "Mon, 02 Jan 2006 15:04:05 MST" }}
{{ $language := site.LanguageCode | default site.Language.Lang }}
@@ -57,7 +58,6 @@
{{ with $webmaster }}
<webMaster>{{ . }}</webMaster>
{{ end }}
{{ $guids := dict }}
{{ range $subpage := $subpages }}
<item>
{{ $title := .Title | markdownify | plainify }}