Add SRI to imports

This commit is contained in:
nyanloutre 2020-12-06 17:21:22 +01:00
parent 605ef2699b
commit 04ca786f77
Signed by: nyanloutre
GPG key ID: 194A92D1103ACB2A
2 changed files with 3 additions and 3 deletions

View file

@ -7,5 +7,5 @@
{{ $styles := resources.Get "sass/main.scss" | toCSS }}
<link rel="stylesheet" href="{{ $styles.Permalink }}">
<link rel="canonical" href="{{ .Permalink }}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lightgallery.js@1.4.0/dist/css/lightgallery.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lightgallery.js@1.4.0/dist/css/lightgallery.min.css" integrity="sha256-s47mXWRWvrLQNL9VRQX0ykfkIVSLfNJuingF/SZztsM=" crossorigin="anonymous">
</head>