mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
add Google AdSense script tag for some monetization chores
This commit is contained in:
parent
be0332b478
commit
549103f5a4
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ SPDX-License-Identifier: MIT
|
|||
{% block extrahead %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/mkdocs-material-styling.css' | url }}">
|
||||
<script src="https://hypothes.is/embed.js" async></script>
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7086107380680684" crossorigin="anonymous"></script>
|
||||
{% endblock %}
|
||||
<!-- Staging build -->
|
||||
{% block announce %}
|
||||
|
|
Loading…
Reference in a new issue