mirror of
https://github.com/8butubb/8butubb.github.io.git
synced 2026-07-10 19:23:08 +00:00
10 lines
435 B
HTML
10 lines
435 B
HTML
{{- if eq .Type "gallery" }}
|
|
{{- $galleryJS := resources.Get "js/gallery.js" | minify }}
|
|
{{- if not site.Params.assets.disableFingerprinting }}
|
|
{{- $galleryJS = $galleryJS | fingerprint }}
|
|
<script defer crossorigin="anonymous" src="{{ $galleryJS.RelPermalink }}" integrity="{{ $galleryJS.Data.Integrity }}"></script>
|
|
{{- else }}
|
|
<script defer crossorigin="anonymous" src="{{ $galleryJS.RelPermalink }}"></script>
|
|
{{- end }}
|
|
{{- end }}
|