11 lines
268 B
Markdown
11 lines
268 B
Markdown
+++
|
|
title = "Search" # title of the page
|
|
layout = "search" # sets the layout to use
|
|
noindex = true # tell robots not to index
|
|
[form]
|
|
helpblock = "Press <kbd>s</kbd> to focus input anytime."
|
|
[form.input]
|
|
placeholder = "Enter search query…"
|
|
disabled = false
|
|
+++
|