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
commit d85f71887b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,4 +19,4 @@ if theme.google_analytics
ga('send', 'pageview');
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")