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"]