Whole refactor to accommodate Hugo >=0.146.0.
Deploy Hugo Site / hugo-translations (push) Failing after 10s
Deploy Hugo Site / Check and Create PR (push) Successful in 17s

This commit is contained in:
2025-07-25 10:50:48 -04:00
parent 9f8a753d59
commit 5d32710ff4
707 changed files with 415 additions and 88623 deletions
+8
View File
@@ -0,0 +1,8 @@
{{ define "main" }}
{{ $partial := print "home/" .Site.Params.homepage.layout ".html" }}
{{ if templates.Exists ( printf "_partials/%s" $partial) }}
{{ partial $partial . }}
{{ else }}
{{ partial "home/page.html" . }}
{{ end }}
{{ end }}