Update Adsense
This commit is contained in:
parent
1f9698ce37
commit
5516883310
1 changed files with 4 additions and 3 deletions
|
@ -21,15 +21,14 @@
|
||||||
|
|
||||||
<div class="initial-content">
|
<div class="initial-content">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
||||||
<div align="center" style="margin: 1em 0;">
|
<div align="center" style="margin: 1em 0;">
|
||||||
<ins class="adsbygoogle"
|
<ins class="adsbygoogle"
|
||||||
style="display:block; border-bottom: initial;"
|
style="display:block; border-bottom: initial;"
|
||||||
data-ad-client="ca-pub-7328585512091257"
|
data-ad-client="ca-pub-7328585512091257"
|
||||||
data-ad-slot="3049671934"
|
data-ad-slot="3049671934"
|
||||||
data-ad-format="auto"></ins>
|
data-ad-format="auto"
|
||||||
|
data-full-width-responsive="true"></ins>
|
||||||
</div>
|
</div>
|
||||||
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if site.search == true %}
|
{% if site.search == true %}
|
||||||
|
@ -46,6 +45,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include scripts.html %}
|
{% include scripts.html %}
|
||||||
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
|
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue