From 8cb366bdda7f2a0a3395d2e84db6d547affb728b Mon Sep 17 00:00:00 2001 From: Jerry Date: Mon, 4 Nov 2019 20:57:50 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E5=BE=A9gitalk=20css=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E5=A4=B1=E6=95=97=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/includes/head.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/includes/head.pug b/layout/includes/head.pug index 9bbf993..4db8966 100644 --- a/layout/includes/head.pug +++ b/layout/includes/head.pug @@ -97,7 +97,7 @@ if theme.algolia_search.enable script(src=url_for(theme.CDN.algolia_search) defer) if (theme.gitalk && theme.gitalk.enable) - link(rel="stylesheet" type="text/css" href=url_for(gitalk_css)) + link(rel="stylesheet" type="text/css" href=url_for(theme.CDN.gitalk_css)) script(src=url_for(theme.CDN.gitalk)) script(src=url_for(theme.CDN.blueimp-md5))