Skip to content

Commit

Permalink
Merge pull request #12 from Fancy2209/patch-1
Browse files Browse the repository at this point in the history
Make Code Highlighting Work
  • Loading branch information
Fancy2209 authored Jun 3, 2024
2 parents 1d90419 + 8e02617 commit 887c1f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion themes/aircv/layout/_partial/head/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<%- partial('fonts') %>
<%- partial('styles') %>
<%- partial('tracking') %>

<!-- HLJS, I hate the official way doesn't work -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>

</head>
<!-- END HEAD -->
<!-- END HEAD -->

0 comments on commit 887c1f8

Please sign in to comment.