From 07bfb8ab71682c2653b062efae039729810fdfb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Tue, 13 Dec 2022 09:06:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B1=20Update=20blowfish=20main=20websi?= =?UTF-8?q?te=20to=20use=20new=20features?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/config/_default/params.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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