Fixed layoutBackgroundBlur and layoutBackgroundHeaderSpace not affecting the term page.

This commit is contained in:
MaikelChan
2026-03-23 07:32:50 +01:00
parent cc94a0e6c8
commit ef712c33f9
+1 -1
View File
@@ -1,5 +1,5 @@
{{ define "main" }}
{{ .Scratch.Set "scope" "term" }}
{{ .Scratch.Set "scope" "list" }}
{{ $showHero := .Params.showHero | default site.Params.term.showHero | default false }}
{{ if $showHero }}
{{ $heroStyle := print "hero/" site.Params.term.heroStyle ".html" }}