We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac95c57 commit a807983Copy full SHA for a807983
_config.yml
@@ -71,7 +71,15 @@ gitalk:
71
owner: matthewlisp
72
73
# 输入Google Analytics web tracking code
74
-google_analytics:
+google_analytics: <!-- Global site tag (gtag.js) - Google Analytics -->
75
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-147239486-1"></script>
76
+<script>
77
+ window.dataLayer = window.dataLayer || [];
78
+ function gtag(){dataLayer.push(arguments);}
79
+ gtag('js', new Date());
80
+
81
+ gtag('config', 'UA-147239486-1');
82
+</script>
83
84
# 输入你的网站域名(如果你没有添加自己的域名,而是直接用GitHub pages分配的域名的话可以省略)
85
url:
0 commit comments