From 5fb2abfeb7342812dba5630d23739c31b50d9623 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Mon, 23 Oct 2023 11:11:36 -0500 Subject: [PATCH] fix #47: add the class "container" to the terms template so the search button can find the element to insert search results --- layouts/_default/terms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html index 1d05aef..84a6daa 100644 --- a/layouts/_default/terms.html +++ b/layouts/_default/terms.html @@ -1,6 +1,6 @@ {{ partial "header.html" . }} -
+

{{ .Title }}