_includes/staticman-comments.html in beautiful-jekyll-theme-3.0.0 vs _includes/staticman-comments.html in beautiful-jekyll-theme-4.0.0

- old
+ new

@@ -73,10 +73,10 @@ <!-- Load script to handle comment form submission --> <!-- doing something a bit funky here because I want to be careful not to include JQuery twice! --> <script> if (typeof jQuery == 'undefined') { - document.write('<script src="{{ "/assets/js/jquery-1.11.2.min.js" | relative_url }}"></scr' + 'ipt>'); + document.write('<script src="{{ "/assets/js/jquery-3.4.1.min.js" | relative_url }}"></scr' + 'ipt>'); } </script> <script src="{{ "/assets/js/staticman.js" | relative_url }}"></script> </div> {% endif %}