Merge pull request #14 from songtianlun/codex/add-google-ads-script-and-ads.txt-file
Add Google AdSense script and ads.txt
This commit is contained in:
commit
5cfe5bf20b
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 %}
|
{% block extrahead %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<script
|
<script
|
||||||
defer
|
defer
|
||||||
src="https://umami.frytea.com/script.js"
|
src="https://umami.frytea.com/script.js"
|
||||||
data-website-id="f1dc3cea-d497-49d1-bf7a-f10e8f5390f0"
|
data-website-id="f1dc3cea-d497-49d1-bf7a-f10e8f5390f0"
|
||||||
data-domains="prmbr.com,docs.prmbr.com"
|
data-domains="prmbr.com,docs.prmbr.com"
|
||||||
></script>
|
></script>
|
||||||
|
<script
|
||||||
|
async
|
||||||
|
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7296634171837358"
|
||||||
|
crossorigin="anonymous"
|
||||||
|
></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user