Skip to content

Commit

Permalink
fix: remove isAuthenticated check from ad.njk script (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
scissorsneedfoodtoo authored Jul 21, 2023
1 parent 44c3d88 commit d4944cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/partials/ad.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
data-full-width-responsive="true"
></ins>
<script>
if (!isAuthenticated) (adsbygoogle = window.adsbygoogle || []).push({});
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>

0 comments on commit d4944cc

Please sign in to comment.