Add search link to navigation
All checks were successful
the build was successful

This commit is contained in:
Valentin Brandl 2018-10-02 18:50:55 +02:00
parent a47264dcd3
commit c4199439f1

View File

@ -33,6 +33,11 @@ footnoteReturnLinkContents = "↩" # Provides a nicer footnote return link
weight = 2 weight = 2
identifier = "post" identifier = "post"
url = "/post/" url = "/post/"
[[menu.main]]
name = "Search"
weight = 10
identifier = "search"
url = "/search/"
[outputs] [outputs]
home = ["HTML", "RSS", "JSON"] home = ["HTML", "RSS", "JSON"]
section = ["HTML", "RSS", "JSON"] section = ["HTML", "RSS", "JSON"]