hexo/node_modules/hexo-theme-butterfly/layout/includes/third-party/prismjs.pug

6 lines
264 B
Plaintext
Raw Normal View History

2023-09-25 15:58:56 +08:00
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))