File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -672,9 +672,7 @@ extra_javascript:
672672 - assets/js/mathjax.js
673673 - assets/js/custom.js
674674 - assets/js/inkeep-custom-button.js
675- - https://unpkg.com/mathjax@3.2.2/es5/tex-mml-chtml.js
676- - https://unpkg.com/katex@0.16.10/dist/katex.min.js
677- - https://unpkg.com/katex@0.16.10/dist/contrib/auto-render.min.js
675+ - assets/js/footer-menu.js
678676
679677extra :
680678 generator : false
Original file line number Diff line number Diff line change 2929 </ button >
3030</ div >
3131{% endblock %}
32+
33+ {% block scripts %}
34+ {{ super() }}
35+ < script src ="https://unpkg.com/mathjax@3.2.2/es5/tex-mml-chtml.js " integrity ="sha384-Wuix6BuhrWbjDBs24bXrjf4ZQ5aFeFWBuKkFekO2t8xFU0iNaLQfp2K6/1Nxveei " crossorigin ="anonymous "> </ script >
36+ < script src ="https://unpkg.com/katex@0.16.10/dist/katex.min.js " integrity ="sha384-hIoBPJpTUs74ddyc4bFZSM1TVlQDA60VBbJS0oA934VSz82sBx1X7kSx2ATBDIyd " crossorigin ="anonymous "> </ script >
37+ < script src ="https://unpkg.com/katex@0.16.10/dist/contrib/auto-render.min.js " integrity ="sha384-43gviWU0YVjaDtb/GhzOouOXtZMP/7XUzwPTstBeZFe/+rCMvRwr4yROQP43s0Xk " crossorigin ="anonymous "> </ script >
38+ {% endblock %}
Original file line number Diff line number Diff line change 99 <!-- Copyright content will be dynamically inserted here -->
1010 </ div >
1111 </ div >
12- </ footer > < script src =" {{ base_url }}/assets/js/footer-menu.js " > </ script >
12+ </ footer >
You can’t perform that action at this time.
0 commit comments