Fixed layoutBackgroundBlur and layoutBackgroundHeaderSpace not affecting the term page.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ .Scratch.Set "scope" "term" }}
|
{{ .Scratch.Set "scope" "list" }}
|
||||||
{{ $showHero := .Params.showHero | default site.Params.term.showHero | default false }}
|
{{ $showHero := .Params.showHero | default site.Params.term.showHero | default false }}
|
||||||
{{ if $showHero }}
|
{{ if $showHero }}
|
||||||
{{ $heroStyle := print "hero/" site.Params.term.heroStyle ".html" }}
|
{{ $heroStyle := print "hero/" site.Params.term.heroStyle ".html" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user