mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-08 16:58:32 +01:00
async/defer scripts
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 src="/static/js/jquery.min.js"></script>
|
<script async src="/static/js/jquery.min.js"></script>
|
||||||
<script src="/static/js/bootstrap.min.js"></script>
|
<script async 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'] }}" />
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
{% if conf["TWITCH_CHANNEL"] %}
|
{% if conf["TWITCH_CHANNEL"] %}
|
||||||
<!-- Load the Twitch embed script -->
|
<!-- Load the Twitch embed script -->
|
||||||
<!-- <script src="https://embed.twitch.tv/embed/v1.js"></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 %}
|
{% endif %}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user