Skip to content

Commit 90aa599

Browse files
committed
Remove Google Ads
1 parent 3e4566c commit 90aa599

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

_templates/footer.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,11 @@
22

33
{% block contentinfo %}
44
{{ super() }}
5-
<p>
6-
<!-- Docs: Page bottom -->
7-
<ins class="adsbygoogle ads"
8-
style="display:block;background-color: transparent;"
9-
data-ad-client="ca-pub-7398081349378542"
10-
data-ad-slot="1206527817"
11-
data-ad-format="auto"
12-
data-full-width-responsive="true"></ins>
13-
<script>
14-
(adsbygoogle = window.adsbygoogle || []).push({});
15-
</script>
16-
</p>
5+
<ins data-rvad-zoneid="8" data-rvad-id="f837d8c96893e793fdbb230cffb628fc"></ins>
176
{% endblock %}
187

198
{% block extrafooter %}
209
{{ super() }}
2110
{% include "navbar.html" %}
2211
<script async src="https://ad.platformio.org/delivery/revasyncjs.dll"></script>
23-
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7398081349378542" crossorigin="anonymous"></script>
2412
{% endblock %}

_templates/layout.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,7 @@
88

99
{% block menu %}
1010
{{ super() }}
11-
<p style="margin-top: 15px;">
12-
<!-- Docs: Side Navigation -->
13-
<ins class="adsbygoogle ads"
14-
style="display:block;background-color: transparent;"
15-
data-ad-client="ca-pub-7398081349378542"
16-
data-ad-slot="2509136660"
17-
data-ad-format="auto"
18-
data-full-width-responsive="true"></ins>
19-
<script>
20-
(adsbygoogle = window.adsbygoogle || []).push({});
21-
</script>
22-
</p>
11+
<ins data-rvad-zoneid="7" data-rvad-id="f837d8c96893e793fdbb230cffb628fc"></ins>
2312
{% endblock %}
2413

2514
{% block content %}

0 commit comments

Comments
 (0)