mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 08:11:35 +01:00
async/defer scripts
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
<link href="/static/toggle_button.css" rel="stylesheet">
|
||||
|
||||
<!-- Bootstrap core JS -->
|
||||
<script src="/static/js/jquery.min.js"></script>
|
||||
<script src="/static/js/bootstrap.min.js"></script>
|
||||
<script async src="/static/js/jquery.min.js"></script>
|
||||
<script async src="/static/js/bootstrap.min.js"></script>
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="{{ conf['SITE_TITLE'] }}" />
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{% if conf["TWITCH_CHANNEL"] %}
|
||||
<!-- Load the Twitch embed script -->
|
||||
<!-- <script src="https://embed.twitch.tv/embed/v1.js"></script> -->
|
||||
<script src="https://sslrelay.atlantishq.de/twitch"></script>
|
||||
<script defer src="https://sslrelay.atlantishq.de/twitch"></script>
|
||||
{% endif %}
|
||||
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user