From 9bb7c2bb99948fa1b5847c078bba9706c89ef7e5 Mon Sep 17 00:00:00 2001 From: bmyjacks Date: Sun, 1 Mar 2020 07:38:29 +0800 Subject: [PATCH] Fix Tencent Analytics #105 --- layout/includes/head/analytics.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")