Skip to content

Commit c669002

Browse files
committed
Google Adsense
1 parent cf0b246 commit c669002

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

overrides/main.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ nav = [
111111
# Read more:
112112
# - https://zensical.org/docs/customization/#extending-the-theme
113113
#
114-
#custom_dir = "overrides"
114+
custom_dir = "overrides"
115115

116116
# With the "favicon" option you can set your own image to use as the icon
117117
# browsers will use in the browser title bar or tab bar. The path provided

0 commit comments

Comments
 (0)