We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97aaf5 commit 8714c48Copy full SHA for 8714c48
1 file changed
index.html
@@ -39,6 +39,15 @@
39
<script src="static/js/bulma-slider.min.js"></script>
40
<script src="static/js/index.js"></script>
41
42
+ <!-- Google tag (gtag.js) -->
43
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-HWFCQDEG04"></script>
44
+ <script>
45
+ window.dataLayer = window.dataLayer || [];
46
+ function gtag(){dataLayer.push(arguments);}
47
+ gtag('js', new Date());
48
+ gtag('config', 'G-HWFCQDEG04');
49
+ </script>
50
+
51
<style>
52
.publication-title {
53
font-size: 1.4rem;
0 commit comments