2025-2-26-fixed
This commit is contained in:
6
themes/fluid/source/css/highlight.styl
Normal file
6
themes/fluid/source/css/highlight.styl
Normal file
@ -0,0 +1,6 @@
|
||||
if hexo-config("code.highlight.enable")
|
||||
if hexo-config("code.highlight.highlightjs.light.file")
|
||||
@require hexo-config("code.highlight.highlightjs.light.file")
|
||||
|
||||
if hexo-config("code.highlight.prismjs.light.file")
|
||||
@require hexo-config("code.highlight.prismjs.light.file")
|
||||
Reference in New Issue
Block a user