Update Google Adsense
This commit is contained in:
parent
e2f65248b0
commit
edd326376b
1 changed files with 11 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
<head>
|
||||
{% include head.html %}
|
||||
{% include head/custom.html %}
|
||||
<script data-ad-client="ca-pub-7328585512091257" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
</head>
|
||||
|
||||
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
|
||||
|
@ -21,7 +22,16 @@
|
|||
|
||||
<div class="initial-content">
|
||||
{{ content }}
|
||||
<script data-ad-client="ca-pub-7328585512091257" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<div align="center" style="margin: 1em 0;">
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block; border-bottom: initial;"
|
||||
data-ad-client="ca-pub-7328585512091257"
|
||||
data-ad-slot="3049671934"
|
||||
data-ad-format="auto"></ins>
|
||||
</div>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
</div>
|
||||
|
||||
{% if site.search == true %}
|
||||
|
|
Loading…
Reference in a new issue