1
- {{ $jquery := resources.Get "/js/jquery-3-6-4.min.js" }}
2
- < script src ="{{ $jquery.RelPermalink }} " type ="text/javascript " integrity ="{{ $jquery.Data.Integrity }} "> </ script >
3
-
4
- {{ $kubejs := resources.Get "/js/kube.js" | minify | fingerprint "sha512" }}
5
- < script src ="{{ $kubejs.RelPermalink }} " type ="text/javascript " integrity ="{{ $kubejs.Data.Integrity }} "> </ script >
6
-
7
- <!-- load Bootstrap from local assets -->
8
- {{ $jsBootstrap := resources.Get "js/bootstrap.bundle.min.js" | fingerprint "sha512" }}
9
- < script src ="{{ $jsBootstrap.RelPermalink }} " type ="text/javascript "
10
- integrity ="{{ $jsBootstrap.Data.Integrity }} "> </ script >
11
-
12
- <!-- load code copy js -->
13
- {{ $codecopy := resources.Get "/js/code-copy.js" | fingerprint "sha512" }}
14
- < script src ="{{ $codecopy.RelPermalink }} " type ="text/javascript "> </ script >
15
-
16
1
<!-- load code copy v2 js -->
17
2
{{ $codecopyv2 := resources.Get "/js/code-copy-v2.js" | fingerprint "sha512" }}
18
3
< script src ="{{ $codecopyv2.RelPermalink }} " type ="text/javascript "> </ script >
64
49
65
50
{{ end }}
66
51
67
-
68
-
69
- <!-- Load Sidebar javascript -->
70
- {{ $jsSidebar := resources.Get "js/sidebar.js" | minify | fingerprint "sha512" }}
71
- < script src ="{{ $jsSidebar.RelPermalink }} " type ="text/javascript " integrity ="{{ $jsSidebar.Data.Integrity }} "> </ script >
72
-
73
- <!-- Load Site Dropdown javascript -->
74
- {{ $jsSiteDropdown := resources.Get "js/site-dropdown.js" | minify | fingerprint "sha512" }}
75
- < script src ="{{ $jsSiteDropdown.RelPermalink }} " type ="text/javascript " integrity ="{{ $jsSiteDropdown.Data.Integrity }} "> </ script >
76
-
77
52
<!-- Load Product Selector javascript -->
78
53
{{ $jsProductSelector := resources.Get "js/product-selector.js" | minify | fingerprint "sha512" }}
79
54
< script src ="{{ $jsProductSelector.RelPermalink }} " type ="text/javascript " integrity ="{{ $jsProductSelector.Data.Integrity }} "> </ script >
80
55
81
56
<!-- Load Sidebar v2 javascript -->
82
57
{{ $jsSidebarV2 := resources.Get "js/sidebar-v2.js" | minify | fingerprint "sha512" }}
83
- < script src ="{{ $jsSidebarV2.RelPermalink }} " type ="text/javascript " integrity ="{{ $jsSidebarV2.Data.Integrity }} "> </ script >
58
+ < script src ="{{ $jsSidebarV2.RelPermalink }} " type ="text/javascript " integrity ="{{ $jsSidebarV2.Data.Integrity }} "> </ script >
0 commit comments