diff --git a/config.toml b/config.toml index 52eb0cf..522c58f 100644 --- a/config.toml +++ b/config.toml @@ -33,3 +33,6 @@ footnoteReturnLinkContents = "↩" # Provides a nicer footnote return link weight = 2 identifier = "post" url = "/post/" +[outputs] + home = ["HTML", "RSS", "JSON"] + section = ["HTML", "RSS", "JSON"] diff --git a/content/search/_index.md b/content/search/_index.md index ffe0625..e4f886c 100644 --- a/content/search/_index.md +++ b/content/search/_index.md @@ -7,7 +7,4 @@ noindex = true # tell robots not to index [form.input] placeholder = "Enter search query…" disabled = false -[outputs] - home = ["HTML", "RSS", "JSON"] - section = ["HTML", "RSS", "JSON"] +++