Skip to content

Commit 9da986f

Browse files
authored
Update Coveo styles
Update styles.html to use Coveo UI v2.10104.0
1 parent 7cb4a26 commit 9da986f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layouts/partials/styles.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222

2323
{{ if ( not ( in .Site.Params.buildtype "package" ) ) }}
2424
<!-- load Coveo CSS -->
25-
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.8959/css/CoveoFullSearch.min.css" />
26-
{{ end }}
25+
<link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.10104/0/css/CoveoFullSearch.min.css" integrity="sha512-9/A9yVCU4GS6/iIwTRJKnan4Hf8gDKj3anwItN9QCsU8SixaT5xkjjWsZ/iq0TWaizhtqOLacadXJfxHlwYCcA==" crossorigin="anonymous" />{{ end }}
2726

2827
{{ $cssHeader := $css1 | minify | fingerprint "sha512"}}
2928
<link href="{{ $cssHeader.RelPermalink }}" rel="stylesheet" type="text/css">

0 commit comments

Comments
 (0)