This commit is contained in:
parent
c4199439f1
commit
f4187ee812
@ -33,11 +33,6 @@ 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"]
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
title = "Search" # title of the page
|
title = "Search" # title of the page
|
||||||
layout = "search" # sets the layout to use
|
layout = "search" # sets the layout to use
|
||||||
noindex = true # tell robots not to index
|
noindex = true # tell robots not to index
|
||||||
|
menu = "main"
|
||||||
[form]
|
[form]
|
||||||
helpblock = "Press <kbd>s</kbd> to focus input anytime."
|
helpblock = "Press <kbd>s</kbd> to focus input anytime."
|
||||||
[form.input]
|
[form.input]
|
||||||
|
Loading…
Reference in New Issue
Block a user