diff options
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,3 +7,9 @@ title = 'typo' [module.hugoVersion] extended = false min = "0.116.0" + +# Default config +[params.breadcrumbs] +enabled = true +showCurrentPage = true +home = "Home"
\ No newline at end of file |