mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
1. 修復gitalk css引用失敗的bug
This commit is contained in:
parent
7f8e431226
commit
8cb366bdda
@ -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))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user