Move JavaScript further down
This commit is contained in:
@ -11,10 +11,6 @@
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
|
||||
crossorigin="anonymous">
|
||||
</script>
|
||||
{% include "nav.html" %}
|
||||
<div id="content">{% block content %}{% endblock %}</div>
|
||||
<footer>
|
||||
@ -22,5 +18,9 @@
|
||||
<a href="https://github.com/TheLovinator1/discord-rss-bot">RSS Bot</a> by TheLovinator1
|
||||
{% endblock %}
|
||||
</footer>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
|
||||
crossorigin="anonymous">
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user