Add Google AdSense integration
This commit is contained in:
parent
e00a5e68c7
commit
0b438c41ec
1
docs/ads.txt
Normal file
1
docs/ads.txt
Normal file
@ -0,0 +1 @@
|
||||
google.com, pub-7296634171837358, DIRECT, f08c47fec0942fa0
|
@ -2,11 +2,16 @@
|
||||
|
||||
{% block extrahead %}
|
||||
{{ super() }}
|
||||
<script
|
||||
defer
|
||||
src="https://umami.frytea.com/script.js"
|
||||
<script
|
||||
defer
|
||||
src="https://umami.frytea.com/script.js"
|
||||
data-website-id="f1dc3cea-d497-49d1-bf7a-f10e8f5390f0"
|
||||
data-domains="prmbr.com,docs.prmbr.com"
|
||||
></script>
|
||||
<script
|
||||
async
|
||||
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7296634171837358"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user