Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-null committed Jun 2, 2024
1 parent d74b6e5 commit 11fb99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/head.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<script>isPost = true;</script>
<#--代码高亮用到的CSS-->
<link href="https://cdn.staticfile.org/highlight.js/10.0.0/styles/${settings.code_css!'github.min.css'}" rel="stylesheet">
<link href="https://cdn.staticfile.org/highlight.js/11.9.0/styles/${settings.code_css!'github.min.css'}" rel="stylesheet">
<script src="https://cdn.staticfile.org/highlight.js/10.0.0/highlight.min.js"></script>
<script src="https://cdn.staticfile.org/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
Expand Down

0 comments on commit 11fb99d

Please sign in to comment.