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:
1414 - changed behaviour
1515
1616## [ 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)
1718 - hiding sidebar links to reflect parent functionality (0.0.17)
1819 - adding breadcrumb link to documentation root (0.0.16)
1920 - 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 3535< link rel ="stylesheet " href ="{{ site.baseurl }}/assets/css/main.css ">
3636< link rel ="stylesheet " href ="{{ site.baseurl }}/assets/css/palette.css ">
3737< 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 "
3939 integrity ="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8= "
4040 crossorigin ="anonymous "> </ script >
4141</ head >
Original file line number Diff line number Diff line change 11< 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 "
33 integrity ="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8= "
44 crossorigin ="anonymous "> </ script >
55
You can’t perform that action at this time.
0 commit comments