We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See: https://github.com/h-enk/hyas-core/blob/main/layouts/partials/footer/esbuild.html#L77-L79
<script {{ with $load }}{{ . }}{{ end }} src="{{- $js.RelPermalink -}}" integrity="{{- $js.Data.Integrity -}}"></script>
Gets rendered as — for example:
<script ZgotmplZ src="/js/bootstrap.cab6a9fd760df551eb4f2d5b061e92f9d3948ab3e72c6ba4621a91ac01c55ca1.js" integrity="sha256-yrap/XYN9VHrTy1bBh6S+dOUirPnLGukYhqRrAHFXKE="></script><script ZgotmplZ src="/js/app.1b957aaec1272a032f2d481858c1074c37a3f32ee071717c5b80d40947c8b005.js" integrity="sha256-G5V6rsEnKgMvLUgYWMEHTDej8y7gcXF8W4DUCUfIsAU="></script>
<script {{ with $load }}{{ . | safeHTMLAttr }}{{ end }} src="{{- $js.RelPermalink -}}" integrity="{{- $js.Data.Integrity -}}"></script>
<script async src="/js/bootstrap.cab6a9fd760df551eb4f2d5b061e92f9d3948ab3e72c6ba4621a91ac01c55ca1.js" integrity="sha256-yrap/XYN9VHrTy1bBh6S+dOUirPnLGukYhqRrAHFXKE="></script><script async src="/js/app.1b957aaec1272a032f2d481858c1074c37a3f32ee071717c5b80d40947c8b005.js" integrity="sha256-G5V6rsEnKgMvLUgYWMEHTDej8y7gcXF8W4DUCUfIsAU="></script>
The text was updated successfully, but these errors were encountered:
https://github.com/h-enk/hyas-core/releases/tag/v0.1.5
Sorry, something went wrong.
h-enk
No branches or pull requests
See: https://github.com/h-enk/hyas-core/blob/main/layouts/partials/footer/esbuild.html#L77-L79
Issue
Gets rendered as — for example:
Solution
Gets rendered as — for example:
The text was updated successfully, but these errors were encountered: