remove script type

This commit is contained in:
dgtlmoon
2023-04-30 10:10:51 +02:00
parent ff9d8d89b5
commit e0ed9ce67d

View File

@@ -143,10 +143,7 @@
{% endif %}
{% block content %}{% endblock %}
</section>
<script
type="text/javascript"
src="{{url_for('static_content', group='js', filename='toggle-theme.js')}}"
defer></script>
<script src="{{url_for('static_content', group='js', filename='toggle-theme.js')}}" defer></script>
</body>
</html>