Merge pull request #2853 from MaikelChan/header_space_list

🐛 Fixed `layoutBackgroundBlur` and `layoutBackgroundHeaderSpace` not affecting term and taxonomy pages
This commit is contained in:
Nuno C.
2026-04-13 22:39:41 +01:00
committed by GitHub
5 changed files with 27 additions and 13 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{{ define "main" }}
{{ .Scratch.Set "scope" "list" }}
{{ .Scratch.Set "scope" "terms" }}
{{ $showHero := .Params.showHero | default site.Params.taxonomy.showHero | default false }}
{{ if $showHero }}
{{ $heroStyle := print "hero/" site.Params.taxonomy.heroStyle ".html" }}