mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
refactor: 移除 代碼default主題 fix: 修復夜間模式下代碼塊有背景的bugs(沒開啟渲染的情況下) feat: 增加 code font-size配置 close #322 refactor: 更改配置中 code-font 為 code-font-family feat: Pjax下,刷新頁面時,會滾動到上次瀏覽的位置 fix: 修復mathjax溢出屏幕的Bugs close #321
6 lines
258 B
Plaintext
6 lines
258 B
Plaintext
if config.prismjs && config.prismjs.enable && !config.prismjs.preprocess
|
|
script(src=url_for(theme.CDN.prismjs_js))
|
|
script(src=url_for(theme.CDN.prismjs_autoloader))
|
|
if config.prismjs.line_number
|
|
script(src=url_for(theme.CDN.prismjs_lineNumber_js))
|