From 71c102f67c5c3ee5e2f28e2525bd29491e7793ed Mon Sep 17 00:00:00 2001 From: Carsten Gips Date: Thu, 2 May 2024 18:45:18 +0200 Subject: [PATCH] Hugo: do not show checkmarks for visited pages of the main menu --- hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.yaml b/hugo.yaml index e68f3549..f2bb0c4a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -16,7 +16,7 @@ theme: params: titleSeparator: " " alwaysopen: false - showVisitedLinks: true + showVisitedLinks: false externalLinkTarget: "_blank" disableBreadcrumb: true disableInlineCopyToClipBoard: true