Alias all old posts

This commit is contained in:
2021-04-27 15:35:52 +01:00
parent 8e72d230de
commit f692501a8d
21 changed files with 121 additions and 26 deletions

16
content/search/_index.md Normal file
View File

@@ -0,0 +1,16 @@
+++
title = "Search" # title of the page
layout = "search" # sets the layout to use
noindex = true # tell robots not to index
[form]
helpblock = "Press <kbd>/</kbd> or <kbd>s</kbd> to modify your search."
hotkeys = ["/", "s"]
[form.input]
placeholder = "uzzy searvh"
disabled = false
[security.csp.directives]
scriptSrc = [
"'sha512-6G7cmlXR4eLBphfUmmEWLEnLWSEtZPdKP2xv7bXZ8D3LReZazwxcwb4tTx2HeCeoAChG5ZCE+UqHmbe3K4xoJg=='",
"'unsafe-eval'"
]
+++