mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +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))
|