diff --git a/layout/_partial/after-footer.ejs b/layout/_partial/after-footer.ejs index 34f275d..00367f5 100644 --- a/layout/_partial/after-footer.ejs +++ b/layout/_partial/after-footer.ejs @@ -1,4 +1,4 @@ -<%- js('/js/jquery-2.0.3.min') %> <%- js('/js/lazyload.min') %> +<%- js('/js/jquery-3.6.0.min') %> <%- js('/js/lazyload.min') %> <% if (theme.toc && is_post() && !page.no_toc){ %> <%- js('/js/tocbot.min') %>