From 4204c0e40d021bda3252f2cb60d2b4c3394f9eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Thu, 24 Nov 2022 21:33:15 +0000 Subject: [PATCH] final touches --- exampleSite/config/_default/params.toml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index d713fb3b..185fd349 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -65,6 +65,7 @@ mainSections = ["docs"] [list] showHero = true heroStyle = "background" # valid options: basic, big, background + layoutBackgroundHeaderSpace = false showBreadcrumbs = false showSummary = false showViews = true diff --git a/package.json b/package.json index a47da314..bb43fd8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.14.1", + "version": "2.15.0", "description": "Blowfish theme for Hugo", "scripts": { "fullinstall": "npm run preinstall && npm install && npm run postinstall",