mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
✨ 266: Added option to disable the space between the header and the body when using heroStyle: background
This commit is contained in:
@@ -45,6 +45,7 @@ enableCodeCopy = true
|
||||
showHero = true
|
||||
heroStyle = "basic" # valid options: basic, big, background
|
||||
layoutBackgroundBlur = false # only used when heroStyle equals background
|
||||
layoutBackgroundMoreSpaceBetweenHeaderAndBody = true # only used when heroStyle equals background
|
||||
showBreadcrumbs = true
|
||||
showDraftLabel = true
|
||||
showEdit = true
|
||||
@@ -65,6 +66,7 @@ enableCodeCopy = true
|
||||
[list]
|
||||
#showHero = true
|
||||
#heroStyle = "background" # valid options: basic, big, background
|
||||
#layoutBackgroundMoreSpaceBetweenHeaderAndBody = true # only used when heroStyle equals background
|
||||
showBreadcrumbs = false
|
||||
showSummary = false
|
||||
#showViews = true
|
||||
|
||||
Reference in New Issue
Block a user