mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-06-06 13:21:45 +08:00
ab6672429f
breaking changes: 移除 utterances,giscus, addtoany, busuanzi 的 cdn 配置
6 lines
264 B
Plaintext
6 lines
264 B
Plaintext
if config.prismjs && config.prismjs.enable && !config.prismjs.preprocess
|
|
script(src=url_for(theme.asset.prismjs_js))
|
|
script(src=url_for(theme.asset.prismjs_autoloader))
|
|
if config.prismjs.line_number
|
|
script(src=url_for(theme.asset.prismjs_lineNumber_js))
|