Skip to content

Commit

Permalink
fix hljs support maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
varun7654 committed Dec 12, 2024
1 parent 5849d96 commit 7826318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script type="text/javascript" src="/js/highlightjs/highlight.min.js"></script>


<script type="text/javascript"> hljs.highlightAll(); </script>
<script type="text/javascript" defer="defer"> hljs.highlightAll(); </script>
<!-- end highlight.js support -->

<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down

0 comments on commit 7826318

Please sign in to comment.