2018-10-02 18:40:51 +02:00
|
|
|
+++
|
|
|
|
title = "Search" # title of the page
|
|
|
|
layout = "search" # sets the layout to use
|
|
|
|
noindex = true # tell robots not to index
|
2018-10-02 18:54:25 +02:00
|
|
|
menu = "main"
|
2018-10-02 18:40:51 +02:00
|
|
|
[form]
|
|
|
|
helpblock = "Press <kbd>s</kbd> to focus input anytime."
|
|
|
|
[form.input]
|
|
|
|
placeholder = "Enter search query…"
|
|
|
|
disabled = false
|
|
|
|
+++
|