diff --git a/discord_rss_bot/templates/base.html b/discord_rss_bot/templates/base.html
index 4b1df89..d43d153 100644
--- a/discord_rss_bot/templates/base.html
+++ b/discord_rss_bot/templates/base.html
@@ -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>
\ No newline at end of file