mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 00:01:36 +01:00
set js to defer
This commit is contained in:
@@ -19,8 +19,8 @@
|
|||||||
<link href="/static/toggle_button.css" rel="stylesheet">
|
<link href="/static/toggle_button.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- Bootstrap core JS -->
|
<!-- Bootstrap core JS -->
|
||||||
<script async src="/static/js/jquery.min.js"></script>
|
<script defer src="/static/js/jquery.min.js"></script>
|
||||||
<script async src="/static/js/bootstrap.min.js"></script>
|
<script defer src="/static/js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:title" content="{{ conf['SITE_TITLE'] }}" />
|
<meta property="og:title" content="{{ conf['SITE_TITLE'] }}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user