From e9affe0916159d415f8d4018e2ef44ebfcfeca08 Mon Sep 17 00:00:00 2001 From: Rene Halver <r.halver@fz-juelich.de> Date: Thu, 3 Dec 2020 14:05:40 +0100 Subject: [PATCH] fix menu (last time?) --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d94663b..3a78a67 100644 --- a/config.toml +++ b/config.toml @@ -28,7 +28,7 @@ disableHomeIcon = true # default is false disableSearch = true # default is false disableNavChevron = false # set true to hide next/prev chevron, default is false highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter -menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window +menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window enableGitInfo = false [outputs] -- GitLab