Fuzzy search
All checks were successful
the build was successful

This commit is contained in:
Valentin Brandl 2018-10-02 18:42:46 +02:00
parent 390c9f2daf
commit a47264dcd3
2 changed files with 3 additions and 3 deletions

View File

@ -33,3 +33,6 @@ footnoteReturnLinkContents = "↩" # Provides a nicer footnote return link
weight = 2 weight = 2
identifier = "post" identifier = "post"
url = "/post/" url = "/post/"
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML", "RSS", "JSON"]

View File

@ -7,7 +7,4 @@ noindex = true # tell robots not to index
[form.input] [form.input]
placeholder = "Enter search query…" placeholder = "Enter search query…"
disabled = false disabled = false
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML", "RSS", "JSON"]
+++ +++