Skip to content

Commit

Permalink
ads by google
Browse files Browse the repository at this point in the history
  • Loading branch information
shanerwarner committed Feb 17, 2024
1 parent db65d79 commit f64a14e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2688861800172818"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:200px;height:800px"
data-ad-client="ca-pub-XXXX"
data-ad-slot="XXXX"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<meta charset="utf-8" />
{{ with .Site.Language.Params.htmlCode | default .Site.LanguageCode }}
<meta http-equiv="content-language" content="{{ . }}" />
Expand Down

0 comments on commit f64a14e

Please sign in to comment.