mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 17:50:54 +08:00
feat: gallery 標簽外掛增加圖片懶加載,增加 lazyload rowHeight 和 limit 屬性配置 feat: 可設置固定導航欄 closed #1150 fix: 修復開啟懶加載後,再使用 flink_url 的方式引入友鏈數據,友鏈頭像有可能不顯示的 bug closed #1146 fix: 修復閲讀模式下,代碼塊的背景顏色仍顯示彩色背景的 bug (自定義代碼塊) closed #1139 improvement: 搜索結果換行時不會拆分單詞顯示 improvement: 優化搜索結果顯示滾動條位置 improvement: css/js 優化
19 lines
761 B
Plaintext
19 lines
761 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.cloudflare_analytics
|
|
link(rel="preconnect" href="//static.cloudflareinsights.com")
|
|
|
|
if theme.microsoft_clarity
|
|
link(rel="preconnect" href="//www.clarity.ms")
|
|
|
|
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.asset.busuanzi && (theme.busuanzi.site_uv || theme.busuanzi.site_pv || theme.busuanzi.page_pv)
|
|
link(rel="preconnect" href="//busuanzi.ibruce.info") |