Fix Tencent Analytics #105

This commit is contained in:
bmyjacks 2020-03-01 07:38:29 +08:00
parent 24269f457e
commit 9bb7c2bb99
No known key found for this signature in database
GPG Key ID: D55CAFABD79DC1C3

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")