Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf committed Nov 11, 2024
1 parent 3ed0e26 commit bec9e69
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/templates/common/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}{% endblock %}</title>
{% block style %}{% endblock %}

<script async src="https://www.googletagmanager.com/gtag/js?id=G-J6PNNTT2PF"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-J6PNNTT2PF')
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2558207133176863" crossorigin="anonymous"></script>
</head>
<body>
{% block body %}{% endblock %}
Expand Down

0 comments on commit bec9e69

Please sign in to comment.