mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:20:53 +08:00
improvements: 補全card-categories和card-archives的 '查看更多‘鏈接 close #337 fix: 修復comments沒設置時,報Unexpected token ')'的bugs close #344 improvements: 優化js和html fix: 修復toc 滾動百分比不準的Bugs
23 lines
775 B
Plaintext
23 lines
775 B
Plaintext
link(rel="preconnect" href="//cdn.jsdelivr.net")
|
|
|
|
if theme.google_analytics
|
|
link(rel="preconnect" href="//www.google-analytics.com" crossorigin)
|
|
|
|
if theme.baidu_analytics
|
|
link(rel="preconnect" href="//hm.baidu.com")
|
|
|
|
if theme.tencent_analytics
|
|
link(rel="preconnect" href="//pingjs.qq.com")
|
|
|
|
if theme.cnzz_analytics
|
|
link(rel="preconnect" href="//s4.cnzz.com")
|
|
|
|
if theme.blog_title_font && theme.blog_title_font.font_link && theme.blog_title_font.font_link.indexOf('//fonts.googleapis.com') != -1
|
|
link(rel="preconnect" href="//fonts.googleapis.com" crossorigin)
|
|
|
|
if theme.busuanzi.site_uv || theme.busuanzi.site_pv || theme.busuanzi.page_pv
|
|
link(rel="preconnect" href="//busuanzi.ibruce.info")
|
|
|
|
if theme.baidu_push
|
|
link(rel="preconnect" href="//zz.bdstatic.com")
|