From 52c463c249d38b762481f9896d36103328708c7e Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 11 Mar 2020 11:33:15 +0100 Subject: Fixed navbar collapse --- exampleSite/config.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 541e1c7..7723201 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -29,6 +29,11 @@ menushortcutsnewtab = true # set true to open shortcuts links to a new tab/windo [outputs] home = [ "HTML", "RSS", "JSON"] +[[menu.shortcuts]] +name = "More from us" +url = "https://vantage-design.com" +weight = 1 + [[menu.shortcuts]] name = "" url = "https://github.com/vantagedesign/ace-documentation" -- cgit v1.2.3