diff --git a/themes/acme/layouts/_default/baseof.html b/themes/acme/layouts/_default/baseof.html
index 57f10fd..a3f70fd 100644
--- a/themes/acme/layouts/_default/baseof.html
+++ b/themes/acme/layouts/_default/baseof.html
@@ -11,13 +11,14 @@
{{- $params := (dict "hideForm" (.Param "form.hide")
"timeout" (.Param "form.timeout")
"maxSearch" (.Param "maxSearch")
- "baseURL" (site.BaseURL)
- ) }}
- {{- $js := resources.Get "js/index.js" | js.Build (dict "params" $params "minify" hugo.IsProduction) }}
-
- {{- if .Param "latex" }}
-
-
+ "baseURL" (site.BaseURL) ) }}
+ {{- $js := resources.Get "js/index.js" | js.Build (dict "params" $params "minify" hugo.IsProduction) }}
+
+ {{- if .Param "latex" }}
+ {{/* */}}
+ {{/* */}}
+
+
{{- end }}
{{- $title := partial "capitalize" .Title }}