mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 17:21:57 -04:00
config: Enable link render hook warnings
This commit is contained in:
parent
769e387cd4
commit
fd3de4ac2c
@ -27,6 +27,9 @@ disableAliases = true
|
|||||||
description = "The world’s fastest framework for building websites"
|
description = "The world’s fastest framework for building websites"
|
||||||
ghrepo = "https://github.com/gohugoio/hugoDocs/"
|
ghrepo = "https://github.com/gohugoio/hugoDocs/"
|
||||||
|
|
||||||
|
[params.render_hooks.link]
|
||||||
|
errorLevel = 'warning' # ignore (default), warning, or error (fails the build)
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
languageName = "English"
|
languageName = "English"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user