mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 06:24:40 -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
|
wrapStandAloneImageWithinParagraph: true
|
||||||
renderHooks:
|
renderHooks:
|
||||||
image:
|
image:
|
||||||
enableDefault: null
|
enableDefault: false
|
||||||
link:
|
link:
|
||||||
enableDefault: null
|
enableDefault: false
|
||||||
renderer:
|
renderer:
|
||||||
hardWraps: false
|
hardWraps: false
|
||||||
unsafe: false
|
unsafe: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user