diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 45c11fd7..f56ad14d 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -53,14 +53,14 @@ {{- if not .Site.Params.assets.disableFingerprinting }} {{- $stylesheet := $stylesheet | fingerprint }} - + {{- else }} - + {{- end }} {{- /* Search */}} {{- if (eq .Layout `search`) -}} - + {{- $fastsearch := resources.Get "js/fastsearch.js" | resources.ExecuteAsTemplate "js/fastsearch.js" .Site.Params.fuseOpts }} {{- $fusejs := resources.Get "js/fuse.js" }} {{- if not .Site.Params.assets.disableFingerprinting }}