Skip to content

Commit

Permalink
Add dark mode module again (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
camillobruni committed Apr 8, 2024
1 parent 3f113cb commit f6c98e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
</div>
<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>
</footer>
<script type="module" src="/_js/dark-mode-toggle.mjs"></script>
<script src="/_js/main.js"></script>
</body>
</html>

0 comments on commit f6c98e6

Please sign in to comment.