Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
integrity check
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishanth-Gobi committed Oct 13, 2023
1 parent 175d87f commit 8fcc45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@

{{partial "mermaid.html" .}}

<script async src="https://unpkg.com/@floating-ui/core@0.7.3" authority="sha384-PbbgAMomtVdZdZkLHix/y4GM+6+gW2zWiWgnriD5bOxpz76iM2rjojNHe18smvfb"></script>
<script async src="https://unpkg.com/@floating-ui/dom@0.5.4" authority="sha384-SypmLmiqi7+6teIusrL/XtH0p+9yyUxuEHq9+zgK2RDd1hXpcKTZ9nEucU7SMu+y"></script>
<script async src="https://unpkg.com/@floating-ui/core@0.7.3" integrity="sha384-PbbgAMomtVdZdZkLHix/y4GM+6+gW2zWiWgnriD5bOxpz76iM2rjojNHe18smvfb"></script>
<script async src="https://unpkg.com/@floating-ui/dom@0.5.4" integrity="sha384-SypmLmiqi7+6teIusrL/XtH0p+9yyUxuEHq9+zgK2RDd1hXpcKTZ9nEucU7SMu+y"></script>
{{ $popover := resources.Get "js/popover.js" | resources.Fingerprint "md5" |
resources.Minify }}
<script async src="{{$popover.Permalink}}"></script>
Expand Down

0 comments on commit 8fcc45c

Please sign in to comment.