diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index f59c398..5207f33 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -13,10 +13,9 @@ {{ if ( not ( in .Site.Params.buildtype "package" ) ) }} + - - - + {{ $coveo := resources.Get "js/coveo.js" }} {{ $secureCoveo := $coveo | minify | fingerprint "sha512" }} diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html index cdb05ac..7211a66 100644 --- a/layouts/partials/styles.html +++ b/layouts/partials/styles.html @@ -22,8 +22,7 @@ {{ if ( not ( in .Site.Params.buildtype "package" ) ) }} - -{{ end }} +{{ end }} {{ $cssHeader := $css1 | minify | fingerprint "sha512"}}