Mark toggle dark mode script as async

This commit is contained in:
Gabriel Augendre 2020-08-28 22:41:06 +02:00
parent 99b2cd7e02
commit 84a1b11315
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -8,7 +8,7 @@
<link rel="stylesheet" id="code-light" href="{% static 'code-light.css' %}" type="text/css">
<link rel="stylesheet" id="code-dark" href="{% static 'code-dark.css' %}" type="text/css">
<link rel="stylesheet" href="{% static 'style.css' %}" type="text/css">
<script src="{% static 'toggle-dark-mode.js' %}"></script>
<script src="{% static 'toggle-dark-mode.js' %}" async></script>
<link rel="alternate" type="application/rss+xml" title="Gab's Notes » Feed" href="{% url 'complete-feed' %}">
{% include "articles/favicon.html" %}
</head>