Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit ef193c4

Browse files
Update dependency highlight.js to v11.9.0
1 parent 2872299 commit ef193c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/makedeb/layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" href="{{ $style.Permalink }}">
1212

1313
<!-- Syntax highlighting in code blocks -->
14-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/highlight.min.js"></script>
14+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
1515
<script>hljs.highlightAll();</script>
1616
<script src="/js/codeblock-copy.js"></script>
1717
</head>

0 commit comments

Comments
 (0)