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",