Skip to content

Commit

Permalink
Merge pull request #20 from renbaoshuo/patch-1
Browse files Browse the repository at this point in the history
更换为 jsdelivr CDN
  • Loading branch information
EryouHao authored Oct 14, 2020
2 parents e993062 + 4a5c935 commit 72887fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_blocks/scripts.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var app = new Vue({
</script>

<% if (site.customConfig.renderCode) { %>
<script src="https://cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@highlightjs/cdn-assets/highlight.min.js"></script>
<script>
hljs.initHighlightingOnLoad()
</script>
Expand Down

0 comments on commit 72887fd

Please sign in to comment.