diff --git a/utils/html/jslibs.py b/utils/html/jslibs.py index 54bc4fe..7d13b65 100644 --- a/utils/html/jslibs.py +++ b/utils/html/jslibs.py @@ -30,6 +30,7 @@ def add(self, doc, *args, **kwargs): libs = namespace( shower=JSLib(path="https://shwr.me/shower/shower.min.js"), mathjax=JSLib(path="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"), + jquery=JSLib(path="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"), ) @export