set js to defer

This commit is contained in:
Yannik Schmidt
2020-09-10 02:50:09 +02:00
parent 77cbce717d
commit 1c978979f2

View File

@@ -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'] }}" />