diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-10T12·23+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-10T13·27+0000 |
commit | c06d93a275ec2d02c3a65e56f0daecd4bde25552 (patch) | |
tree | 714a9cfe9a035441c42a3b5b6b322f137418b082 /blog | |
parent | a37e10ced5af41c69ef61325b54146274a144f75 (diff) |
Ad Google AdSense script to blog.wpcarro.dev
I'm adding Google Ads to my blog to: - learn more about Google AdSense - attempt to offset the my advertising costs for learn.wpcarro.dev I may need to surround the <script></script> tags with markup to positions the ads optimally. I will publish this first, see what it looks like without any markup, and then progress.
Diffstat (limited to 'blog')
-rw-r--r-- | blog/themes/tailwind/layouts/_default/baseof.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/themes/tailwind/layouts/_default/baseof.html b/blog/themes/tailwind/layouts/_default/baseof.html index 92b35db3e005..2cc783dae038 100644 --- a/blog/themes/tailwind/layouts/_default/baseof.html +++ b/blog/themes/tailwind/layouts/_default/baseof.html @@ -82,5 +82,6 @@ </div> {{ template "_internal/google_analytics.html" . }} + <script data-ad-client="ca-pub-6018268443649487" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> </body> </html> |