_layouts/default.html in jekyll-theme-chirpy-customized-upe-0.0.6 vs _layouts/default.html in jekyll-theme-chirpy-customized-upe-0.0.7
- old
+ new
@@ -13,12 +13,14 @@
{% 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 %}
- <body>
{% include sidebar.html lang=lang %}
<div id="main-wrapper" class="d-flex justify-content-center">
<div class="container d-flex flex-column px-xxl-5">
{% include topbar.html lang=lang %}
@@ -74,14 +76,20 @@
{% include_cached notification.html lang=lang %}
{% endif %}
<!-- JavaScripts -->
+ {% include login-check.html %}
+
+ <!-- {% include visits.html %} -->
+
{% include js-selector.html %}
{% if page.mermaid %}
{% include mermaid.html %}
{% endif %}
{% include_cached search-loader.html %}
+
+
</body>
</html>