diff --git a/themes/nluug/layouts/_default/baseof.html b/themes/nluug/layouts/_default/baseof.html index 8eabd36..8daef04 100644 --- a/themes/nluug/layouts/_default/baseof.html +++ b/themes/nluug/layouts/_default/baseof.html @@ -47,6 +47,8 @@ {{ partial "footer.html" . }} - {{ partialCached "scripts_loadlast.html" . }} + {{ if findRE `[zZ]oek|[sS]earch` .Title 1 }} + {{ partialCached "scripts_loadlast.html" . }} + {{ end }}