mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
feat: CDN可配置 cdnjs feat: cdn可設置 version 和 custom format feat: 點擊歸檔日期跳轉到頁面,標題顯示日期而不是‘歸檔’二字 closed #925 fix: Algolia搜索沒有結果 closed #923
9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
link(rel="stylesheet" type="text/css" href=url_for(theme.asset.katex))
|
|
script(src=url_for(theme.asset.katex_copytex))
|
|
script.
|
|
(() => {
|
|
document.querySelectorAll('#article-container span.katex-display').forEach(item => {
|
|
btf.wrap(item, 'div', { class: 'katex-wrap'})
|
|
})
|
|
})()
|
|
|