mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
perf(assets): reduce HTTP requests to CDN
This commit is contained in:
@@ -21,7 +21,6 @@ layout: compress
|
||||
|
||||
<body data-topbar-visible="true">
|
||||
{% include sidebar.html lang=lang %}
|
||||
|
||||
{% include topbar.html lang=lang %}
|
||||
|
||||
<div id="main-wrapper" class="d-flex justify-content-center">
|
||||
@@ -31,14 +30,9 @@ layout: compress
|
||||
|
||||
{% include search-results.html lang=lang %}
|
||||
</div>
|
||||
<!-- #main-wrapper -->
|
||||
|
||||
{% include footer.html lang=lang %}
|
||||
|
||||
{% if page.mermaid %}
|
||||
{% include mermaid.html %}
|
||||
{% endif %}
|
||||
|
||||
<div id="mask"></div>
|
||||
|
||||
<a id="back-to-top" href="#" aria-label="back-to-top" class="btn btn-lg btn-box-shadow" role="button">
|
||||
@@ -72,8 +66,12 @@ layout: compress
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% include search-loader.html %}
|
||||
|
||||
{% include js-selector.html %}
|
||||
|
||||
{% if page.mermaid %}
|
||||
{% include mermaid.html %}
|
||||
{% endif %}
|
||||
|
||||
{% include search-loader.html %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user