fix navigation with URL base set

This commit is contained in:
Harvey Tindall
2021-02-05 13:31:56 +00:00
parent 23fecb16b2
commit 6691ae27f4
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -292,6 +292,6 @@
</div>
</div>
</div>
<script src="js/admin.js" type="module"></script>
<script src="{{ .urlBase }}/js/admin.js" type="module"></script>
</body>
</html>