Skip to content

Commit

Permalink
head updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shanerwarner committed Feb 17, 2024
1 parent 8cb21fe commit 7070448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions layouts/partials/adsense.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<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"
<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:400px"
data-ad-client="ca-pub-XXXX"
data-ad-slot="XXXX"></ins>
<script>
Expand Down
3 changes: 1 addition & 2 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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>
{{ partial "adsense.html" . }}
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Expand Down

0 comments on commit 7070448

Please sign in to comment.