Skip to content

Commit

Permalink
refactor: remove highlight.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Mar 8, 2023
1 parent 18134f9 commit a04c66b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layouts/_default/page.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
{%- endblock head_css ~%}
<link rel="stylesheet" href="{{ asset('https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/monokai-sublime.min.css', {minify: false})|url }}">
<script src="{{ asset('https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/highlight.min.js', {minify: false})|url }}"></script>
<script>hljs.initHighlightingOnLoad();</script>
{%- endblock head ~%}
</head>
{%- set themes = {
Expand Down

0 comments on commit a04c66b

Please sign in to comment.