From 461cece62fb4e0863914f0631051ba458a0ad146 Mon Sep 17 00:00:00 2001 From: Jodie Putrino Date: Tue, 30 May 2023 11:36:14 -0600 Subject: [PATCH] Fixes #4: update coveo jsui version (#9) * Update coveo CDN js scripts Upgrade coveo js to use v2.10104 * Update Coveo styles Update styles.html to use Coveo UI v2.10104.0 --- layouts/partials/scripts.html | 5 ++--- layouts/partials/styles.html | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) 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"}}