Skip to content

Commit

Permalink
Remove enable_page_level_ads
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonb927 committed Apr 19, 2024
1 parent c3f71e4 commit 0d2023e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions brandonb.ca/_includes/google_ads.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{% if site.google_ads.id %}
<!-- Ads - I'm sorry but I need to make money off this thing ;_; -->
<script async src="https:////pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client={{ site.google_ads.id }}"
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client={{ site.google_ads.id }}"
crossorigin="anonymous"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "{{ site.google_ads.id }}",
enable_page_level_ads: true,
})
</script>
{% endif %}

0 comments on commit 0d2023e

Please sign in to comment.