Relocate theme.js to /assets/js/

This commit is contained in:
NinjaCheetah 2025-04-27 01:28:40 -04:00
parent 7b083cf581
commit 23783ebe59
No known key found for this signature in database
GPG Key ID: 39C2500E1778B156
3 changed files with 2 additions and 2 deletions

View File

@ -91,5 +91,5 @@
<footer>
{% include footerdsi.html %}
</footer>
<script src="/theme.js"></script>
<script src="/assets/js/theme.js"></script>
</html>

View File

@ -79,5 +79,5 @@
<footer>
{% include footerdsi.html %}
</footer>
<script src="/theme.js"></script>
<script src="/assets/js/theme.js"></script>
</html>