From a3848d6aff951c37d3c73754dd8cfcb351c6a514 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 21 Jul 2022 15:10:07 -0500 Subject: [PATCH] disable search (temporarily, I hope) --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 9dc3e49..fc6283c 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -30,7 +30,7 @@ numberOfRelatedPosts = 6 numberOfFeaturedPosts = 4 toc = true timeless = false -enableSearch = true +enableSearch = false ## Comments comments = true