mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying adsense to help serverbills
This commit is contained in:
@@ -47,6 +47,15 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
{{#if adds}}
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({
|
||||
google_ad_client: "{{{ adsense }}}",
|
||||
enable_page_level_ads: true
|
||||
});
|
||||
</script>
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
</head>
|
||||
<body class="noselect">
|
||||
|
||||
Reference in New Issue
Block a user