We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889b53f commit dc5fe4cCopy full SHA for dc5fe4c
2 files changed
mkdocs.yml
@@ -128,6 +128,7 @@ nav:
128
129
theme:
130
name: material
131
+ custom_dir: overrides
132
133
palette:
134
# Palette toggle for light mode
overrides/main.html
@@ -0,0 +1,10 @@
1
+{% extends "base.html" %}
2
+
3
+{% block extrahead %}
4
+ {{ super() }}
5
+ <script async src="https://plausible.io/js/pa-lwNV-Xv98z127JKeJhstz.js"></script>
6
+ <script>
7
+ window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
8
+ plausible.init()
9
+ </script>
10
+{% endblock %}
0 commit comments