diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index c0887d16..85e39f0a 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -109,7 +109,8 @@ defaultContentLanguage = 'en' # Link behaviour intLinkTooltip = true # Enable a tooltip for internal links that displays info about the destination? default false - # extLinkNewTab = false # Open external links in a new Tab? default true + # extLinkNewTab = false # Open external links in a new Tab? default true + # logoLinkURL = "" # Set a custom URL destination for the top header logo link. [params.flexsearch] # Parameters for FlexSearch enabled = true diff --git a/layouts/partials/docs/sidebar.html b/layouts/partials/docs/sidebar.html index c9970dbb..7e8282d2 100644 --- a/layouts/partials/docs/sidebar.html +++ b/layouts/partials/docs/sidebar.html @@ -1,7 +1,7 @@