mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
Fix Tencent Analytics #105
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user