mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-08 03:15:22 -04:00
docs: Make null booleans falsy in the docs helper
This commit is contained in:
parent
88286d1eae
commit
b3346da539
@ -1076,9 +1076,9 @@ config:
|
||||
wrapStandAloneImageWithinParagraph: true
|
||||
renderHooks:
|
||||
image:
|
||||
enableDefault: null
|
||||
enableDefault: false
|
||||
link:
|
||||
enableDefault: null
|
||||
enableDefault: false
|
||||
renderer:
|
||||
hardWraps: false
|
||||
unsafe: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user