mirror of https://github.com/jkjoy/sunpeiwen.git
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))
|