Files
paige-hugo/layouts/partials/paige/script.html
2022-12-31 23:42:03 -08:00

2 lines
256 B
HTML

<script{{ if ne .href (urls.Parse .href).Path }} crossorigin="anonymous"{{ end }} defer integrity="{{ .integrity }}"{{ with .onload }} onload="{{ . | safeJS }}"{{ end }} referrerpolicy="no-referrer" src="{{ partial `paige/func-url.html` .src }}"></script>