Skip to content

Commit

Permalink
Update google_adsense.swig
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahDragon authored May 30, 2017
1 parent e3eef79 commit 486b885
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/navy/layout/partial/google_adsense.swig
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{% if config.google_adsense %}
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9461880259118621",
google_ad_client: "{{config.google_adsense}}",
enable_page_level_ads: true
});
</script>
{% endif %}

0 comments on commit 486b885

Please sign in to comment.