We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0f4b12 + 381cda1 commit cfb4ce8Copy full SHA for cfb4ce8
templates/footer.hbs
@@ -44,4 +44,3 @@
44
45
<!-- scripts -->
46
<script src="{{root}}scripts/highlight.js"></script>
47
-<script src="{{root}}scripts/theme-switch.js"></script>
templates/nav.hbs
@@ -19,5 +19,6 @@
19
<li class="theme-item" onclick="changeThemeTo('dark');">Dark</li>
20
</ul>
21
</button>
22
+ <script src="{{root}}scripts/theme-switch.js"></script>
23
24
</nav>
0 commit comments