We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0b246 commit c669002Copy full SHA for c669002
2 files changed
overrides/main.html
@@ -0,0 +1,7 @@
1
+{% extends "base.html" %}
2
+
3
+{% block extrahead %}
4
+ <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9019718369052772"
5
+ crossorigin="anonymous"></script>
6
+ {{ super() }}
7
+{% endblock %}
zensical.toml
@@ -111,7 +111,7 @@ nav = [
111
# Read more:
112
# - https://zensical.org/docs/customization/#extending-the-theme
113
#
114
-#custom_dir = "overrides"
+custom_dir = "overrides"
115
116
# With the "favicon" option you can set your own image to use as the icon
117
# browsers will use in the browser title bar or tab bar. The path provided
0 commit comments