_layouts/default.html in jekyll-theme-chirpy-customized-upe-3.1.1 vs _layouts/default.html in jekyll-theme-chirpy-customized-upe-3.1.2

- old
+ new

@@ -13,11 +13,10 @@ {% endif %} <!-- `site.alt_lang` can specify a language different from the UI --> <html lang="{{ site.alt_lang | default: site.lang }}" {{ prefer_mode }}> {% include head.html %} - {% include mathjax_support.html %} <body style="display: none;"> {% include loader.html %} {% include sidebar.html lang=lang %} @@ -77,9 +76,11 @@ {% endif %} <!-- JavaScripts --> {% include login-check.html %} + + {% include mathjax_support.html %} {% include js-selector.html %} {% if page.mermaid %} {% include mermaid.html %}