Merge pull request #142 from bmyjacks/Fix-#105

Fix Tencent Analytics #105
This commit is contained in:
Jerry Wong
2020-03-01 22:51:07 +08:00
committed by GitHub
Unverified
+1 -1
View File
@@ -19,4 +19,4 @@ if theme.google_analytics
ga('send', 'pageview'); ga('send', 'pageview');
if theme.tencent_analytics if theme.tencent_analytics
script(src=`http://tajs.qq.com/stats?sId=` + theme.tencent_analytics charset="UTF-8") script(src=`https://tajs.qq.com/stats?sId=` + theme.tencent_analytics charset="UTF-8")