You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
467 B

4 years ago
  1. +++
  2. title = "Search" # title of the page
  3. layout = "search" # sets the layout to use
  4. noindex = true # tell robots not to index
  5. [form]
  6. helpblock = "Press <kbd>/</kbd> or <kbd>s</kbd> to modify your search."
  7. hotkeys = ["/", "s"]
  8. [form.input]
  9. placeholder = "uzzy searvh"
  10. disabled = false
  11. [security.csp.directives]
  12. scriptSrc = [
  13. "'sha512-6G7cmlXR4eLBphfUmmEWLEnLWSEtZPdKP2xv7bXZ8D3LReZazwxcwb4tTx2HeCeoAChG5ZCE+UqHmbe3K4xoJg=='",
  14. "'unsafe-eval'"
  15. ]
  16. +++