diff options
author | Francesco <tomaselli.fr@gmail.com> | 2025-03-14 21:16:14 +0100 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2025-03-14 21:16:14 +0100 |
commit | 6b9ab29f530b46850daf9ba4b6aa79e190c063f1 (patch) | |
tree | 44a2ac9d51fb85dadfd08147e2f7798d697bf675 /wiki | |
parent | 871bb0c8f9c3915e8b1aed1363eaed91560e69fb (diff) |
Update wiki
Diffstat (limited to 'wiki')
-rw-r--r-- | wiki/features/appearance.md | 2 | ||||
-rw-r--r-- | wiki/setup.md | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/wiki/features/appearance.md b/wiki/features/appearance.md index c67c836..31a91e8 100644 --- a/wiki/features/appearance.md +++ b/wiki/features/appearance.md @@ -65,7 +65,7 @@ You can choose to hide the header on every page apart from the homepage with thi hideHeader = true ``` -I strongly recommend enabling [breadcrumbs](#72-breadcrumbs) if you do so. +I strongly recommend enabling breadcrumbs if you do so. ## Note on Syntax Highlighting diff --git a/wiki/setup.md b/wiki/setup.md index eb5c13f..ef17db8 100644 --- a/wiki/setup.md +++ b/wiki/setup.md @@ -114,9 +114,11 @@ paginationSize = 100 listSummaries = true listDateFormat = '2 Jan 2006' -# Breadcrumbs (Uncomment to disable) -# [params.breadcrumbs] -# enabled = false +# Breadcrumbs +[params.breadcrumbs] +enabled = true +showCurrentPage = true +home = "Home" # Social icons [[params.social]] |