This commit is contained in:
parent
c4199439f1
commit
f4187ee812
@ -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"]
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user