Skip to content

Commit

Permalink
bumped version of js library
Browse files Browse the repository at this point in the history
  • Loading branch information
springcomp committed Oct 27, 2024
1 parent 1c95331 commit 27f27ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/jmespath/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="stylesheet" href="{{ $democss.Permalink }}" integrity="{{ $democss.Data.Integrity }}">

<!-- Scripts -->
<script type="text/javascript" src="https://jmespath.blob.core.windows.net/lib/v1.1.1/jmespath.umd.min.js" integrity="sha384-bcLP3bFr3ybbxlIU71k7lUPzxANVY6Z1dq4Ue3AuoNsiyBF00fCWwAHeOGDUloFs" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript" src="https://jmespath.blob.core.windows.net/lib/v1.1.4/jmespath.umd.min.js" integrity="sha384-j6O40Ai4K7WYsLIPv7PVGVN4i8M+DP244ldsCxzfKQAUOuVR+S5ZR3mZr0z6OOGt" crossorigin="anonymous" referrerpolicy="no-referrer"></script>

{{ $demojs := resources.Get "demo.js" | resources.Fingerprint }}
<script src="{{ $demojs.Permalink}}" integrity="{{ $demojs.Data.Integrity }}"></script>

0 comments on commit 27f27ef

Please sign in to comment.