File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
{{ if ( not ( in .Site.Params.buildtype "package" ) ) }}
15
15
<!-- START COVEO -->
16
+ < script class ="coveo-script " src ="https://static.cloud.coveo.com/searchui/v2.10104/0/js/CoveoJsSearch.Lazy.min.js " integrity ="sha512-HxdDBIp5snbqtu1TPkBnXLKEvN9IPz3PeZW8zT9KfsflV9Ck822XDroDlpVbfCfXeiu8C0RDVn0fdu7aGy/H1g== " crossorigin ="anonymous "> </ script >
16
17
17
- < script class ="coveo-script " src ="https://static.cloud.coveo.com/searchui/v2.8959/js/CoveoJsSearch.Lazy.min.js "> </ script >
18
-
19
- < script src ="https://static.cloud.coveo.com/searchui/v2.8959/js/templates/templates.js "> </ script >
18
+ < script src ="https://static.cloud.coveo.com/searchui/v2.10104/0/js/templates/templates.js " integrity ="sha512-CR0Yk/LIwgh1MsKqjecDp/r6F9ipKc6gA+4+E1pplT3N3r1pk+la/HaqyDiKtjOFwrwIIbIYBFrUJgPql93QHw== " crossorigin ="anonymous "> </ script >
20
19
21
20
{{ $coveo := resources.Get "js/coveo.js" }}
22
21
{{ $secureCoveo := $coveo | minify | fingerprint "sha512" }}
Original file line number Diff line number Diff line change 22
22
23
23
{{ if ( not ( in .Site.Params.buildtype "package" ) ) }}
24
24
<!-- 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 }}
27
26
28
27
{{ $cssHeader := $css1 | minify | fingerprint "sha512"}}
29
28
< link href ="{{ $cssHeader.RelPermalink }} " rel ="stylesheet " type ="text/css ">
You can’t perform that action at this time.
0 commit comments