Skip to content

Commit

Permalink
chore(deps): update dependency highlight.js to v11.10.0 (#360)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 21, 2024
1 parent 845a0f8 commit e01917a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/syntax_highlight.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

@if let Some(syntax_highlight) = blog.get_blog_conf().get_syntax_highlight() {
@if syntax_highlight {
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
}
}

0 comments on commit e01917a

Please sign in to comment.