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

This commit is contained in:
Valentin Brandl 2018-10-02 18:54:25 +02:00
parent c4199439f1
commit f4187ee812
2 changed files with 1 additions and 5 deletions

View File

@ -33,11 +33,6 @@ 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"]

View File

@ -2,6 +2,7 @@
title = "Search" # title of the page
layout = "search" # sets the layout to use
noindex = true # tell robots not to index
menu = "main"
[form]
helpblock = "Press <kbd>s</kbd> to focus input anytime."
[form.input]