File tree Expand file tree Collapse file tree 6 files changed +10370
-3
lines changed Expand file tree Collapse file tree 6 files changed +10370
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Critical items to know are:
14
14
- changed behaviour
15
15
16
16
## [ master] ( https://github.com/vsoch/docsy-jekyll/tree/master )
17
+ - use jquery locally, in case that jquery is unreachable in some places (0.0.18)
17
18
- hiding sidebar links to reflect parent functionality (0.0.17)
18
19
- adding breadcrumb link to documentation root (0.0.16)
19
20
- bug with link in top breadcrumb (404) missing baseurl (0.0.15)
Original file line number Diff line number Diff line change 1
- 0.0.17
1
+ 0.0.18
Original file line number Diff line number Diff line change 35
35
< link rel ="stylesheet " href ="{{ site.baseurl }}/assets/css/main.css ">
36
36
< link rel ="stylesheet " href ="{{ site.baseurl }}/assets/css/palette.css ">
37
37
< script
38
- src ="https://code. jquery.com /jquery-3.3.1.min.js "
38
+ src ="{{ site.baseurl }}/assets/js/ jquery-3.3.1 /jquery-3.3.1.min.js "
39
39
integrity ="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8= "
40
40
crossorigin ="anonymous "> </ script >
41
41
</ head >
Original file line number Diff line number Diff line change 1
1
< script
2
- src ="https://code. jquery.com /jquery-3.3.1.min.js "
2
+ src ="{{ site.baseurl }}/assets/js/ jquery-3.3.1 /jquery-3.3.1.min.js "
3
3
integrity ="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8= "
4
4
crossorigin ="anonymous "> </ script >
5
5
You can’t perform that action at this time.
0 commit comments