Order vars

This commit is contained in:
Will Faught
2024-06-04 21:27:52 -07:00
parent da568809ca
commit d30f2246c3

View File

@@ -3,10 +3,10 @@
{{ $collections := slice }}
{{ $h2size := "h4" }}
{{ $manypagegroups := false }}
{{ $sections := where $page.Pages "Kind" "section" }}
{{ $pagegroups := slice }}
{{ $pager := false }}
{{ $pages := where $page.Pages "Kind" "in" (slice "page" "term") }}
{{ $sections := where $page.Pages "Kind" "section" }}
{{ range $name, $taxonomy := cond $page.IsHome site.Taxonomies slice }}
{{ if gt (len $taxonomy) 0 }}