mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
Fix Tencent Analytics #105
This commit is contained in:
parent
24269f457e
commit
9bb7c2bb99
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user