mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
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))
|