Skip to content

Commit f6c98e6

Browse files
authored
Add dark mode module again (v8#759)
1 parent 3f113cb commit f6c98e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_includes/layouts/base.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
</div>
5454
<p><small>Except as otherwise noted, any code samples from the V8 project are licensed under <a href="https://chromium.googlesource.com/v8/v8.git/+/main/LICENSE">V8’s BSD-style license</a>. Other content on this page is licensed under <a href="https://creativecommons.org/licenses/by/3.0/">the Creative Commons Attribution 3.0 License</a>. For details, see <a href="/terms#site-policies">our site policies</a>.</small></p>
5555
</footer>
56+
<script type="module" src="/_js/dark-mode-toggle.mjs"></script>
5657
<script src="/_js/main.js"></script>
5758
</body>
5859
</html>

0 commit comments

Comments
 (0)