1. 修復gitalk css引用失敗的bug

This commit is contained in:
Jerry 2019-11-04 20:57:50 +08:00
parent 7f8e431226
commit 8cb366bdda

View File

@ -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))