Skip to content

Commit 829c863

Browse files
committed
move
Signed-off-by: azu <[email protected]>
1 parent cbe25f8 commit 829c863

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

source/_layouts/website/page.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{% extends template.self %}
22
{% block title %}{% if page.fullTitle %}{{ page.fullTitle }}{% else %}{{ super() }}{% endif %}{% endblock %}
33
{% block head %} {{ super() }}
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DWY0DLHWB6"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-DWY0DLHWB6');
12+
</script>
413
<meta name="google-site-verification" content="bMotEbgYwkzA3k4PkuyK_NUdz0bKh-Phz0oUwNmRSVo" />
514
<style>
615
/*
@@ -117,16 +126,6 @@
117126
}
118127
}
119128
</script>
120-
121-
<!-- Google tag (gtag.js) -->
122-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DWY0DLHWB6"></script>
123-
<script>
124-
window.dataLayer = window.dataLayer || [];
125-
function gtag(){dataLayer.push(arguments);}
126-
gtag('js', new Date());
127-
128-
gtag('config', 'G-DWY0DLHWB6');
129-
</script>
130129
{% endblock %}
131130
{% block book_inner %} {{ super() }}
132131
<footer class="book_footer">

0 commit comments

Comments
 (0)