We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f23ea7 commit 7146b1eCopy full SHA for 7146b1e
_includes/auto-ads.html
@@ -0,0 +1,4 @@
1
+{% if site.google_adsense %}
2
+<script data-ad-client="{{ site.google_adsense }}" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
3
+</script>
4
+{% endif %}
_layouts/default.html
@@ -12,6 +12,8 @@
12
gtag('config', '{{ site.google_analytics }}');
13
</script>
14
{% endif %}
15
+
16
+ {% include auto-ads.html %}
17
18
<!-- Non social metatags -->
19
<meta charset="utf-8">
0 commit comments