1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Optimize the JS loading priorities

This commit is contained in:
Cotes Chung
2021-07-01 16:20:36 +08:00
parent d5413a954f
commit fd97067ec3
3 changed files with 22 additions and 20 deletions

View File

@@ -62,13 +62,8 @@
{% include css-selector.html %}
<!-- JavaScripts -->
<!-- JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js"></script>
<script defer
src="https://cdn.jsdelivr.net/combine/npm/popper.js@1.15.0,npm/bootstrap@4/dist/js/bootstrap.min.js"></script>
{% include js-selector.html %}
</head>