mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
docs: Make null booleans falsy in the docs helper
This commit is contained in:
@@ -1076,9 +1076,9 @@ config:
|
||||
wrapStandAloneImageWithinParagraph: true
|
||||
renderHooks:
|
||||
image:
|
||||
enableDefault: null
|
||||
enableDefault: false
|
||||
link:
|
||||
enableDefault: null
|
||||
enableDefault: false
|
||||
renderer:
|
||||
hardWraps: false
|
||||
unsafe: false
|
||||
|
Reference in New Issue
Block a user