Skip to content

Commit b3b9efa

Browse files
committed
fix: Add missing slash in JS source path
1 parent 57dc768 commit b3b9efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/_navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
</ul>
3434
</div>
3535
</nav>
36-
<script src="static/js/nav.js"></script>
36+
<script src="/static/js/nav.js"></script>

0 commit comments

Comments
 (0)