Skip to content

Commit a5343f1

Browse files
author
linuxjava7
committed
move around
1 parent 5a0ab32 commit a5343f1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

_includes/layouts/base.njk

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@
8787
</p>
8888
</footer>
8989

90-
<!-- This page `{{ page.url }}` was built on {% currentBuildDate %} -->
91-
<script type="module" src="{% getBundleFileUrl "js" %}"></script>
92-
9390
<script>
9491
document.addEventListener("DOMContentLoaded", function () {
9592
const allElements = document.querySelectorAll(
@@ -115,7 +112,7 @@
115112
});
116113
</script>
117114

118-
119-
115+
<!-- This page `{{ page.url }}` was built on {% currentBuildDate %} -->
116+
<script type="module" src="{% getBundleFileUrl "js" %}"></script>
120117
</body>
121118
</html>

0 commit comments

Comments
 (0)