From c4199439f14921d0318e53ee1265914a6826d40e Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 2 Oct 2018 18:50:55 +0200 Subject: [PATCH] Add search link to navigation --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index 522c58f..809dcf5 100644 --- a/config.toml +++ b/config.toml @@ -33,6 +33,11 @@ footnoteReturnLinkContents = "↩" # Provides a nicer footnote return link weight = 2 identifier = "post" url = "/post/" + [[menu.main]] + name = "Search" + weight = 10 + identifier = "search" + url = "/search/" [outputs] home = ["HTML", "RSS", "JSON"] section = ["HTML", "RSS", "JSON"]