We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fc9ec commit cfeb67eCopy full SHA for cfeb67e
layouts/partials/scripts.html
@@ -2,6 +2,7 @@
2
{{ $codecopyv2 := resources.Get "/js/code-copy-v2.js" | fingerprint "sha512" }}
3
<script src="{{ $codecopyv2.RelPermalink }}" type="text/javascript"></script>
4
5
+<!-- load browser incompatibility js -->
6
{{ $browserIncompatibility := resources.Get "/js/browser-incompatibility.js" | fingerprint "sha512" }}
7
<script src="{{ $browserIncompatibility.RelPermalink }}" type="text/javascript"></script>
8
0 commit comments