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 9c6db78 commit 25ea3b4Copy full SHA for 25ea3b4
_config.yml
@@ -201,3 +201,5 @@ jekyll-archives:
201
category: /categories/:name/
202
203
future: true
204
+
205
+google_adsense: '<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5652820658752575" crossorigin="anonymous"></script>'
_includes/head.html
@@ -96,4 +96,9 @@
96
{% endunless %}
97
98
{% include metadata-hook.html %}
99
100
+ {% if site.google_adsense %}
101
+ {{ site.google_adsense | safe }}
102
+ {% endif %}
103
104
</head>
0 commit comments