diff --git a/layout/includes/head/analytics.pug b/layout/includes/head/analytics.pug index f3fe4d3..a0115f4 100644 --- a/layout/includes/head/analytics.pug +++ b/layout/includes/head/analytics.pug @@ -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")