diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 965b085e..3943b16e 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -85,7 +85,7 @@ defaultBackgroundImage = "/img/iceland.jpg" [taxonomy] showTermCount = true showHero = true - heroStyle = "big" # valid options: basic, big, background, thumbAndBackground + heroStyle = "background" # valid options: basic, big, background, thumbAndBackground showBreadcrumbs = false showViews = true showLikes = true @@ -93,7 +93,7 @@ defaultBackgroundImage = "/img/iceland.jpg" [term] showHero = true - heroStyle = "big" # valid options: basic, big, background, thumbAndBackground + heroStyle = "background" # valid options: basic, big, background, thumbAndBackground showBreadcrumbs = false showViews = true showLikes = true