We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8860a commit 933173bCopy full SHA for 933173b
_layouts/base.html
@@ -4,7 +4,7 @@
4
<head>
5
<title>{{ page.title }}</title>
6
<script id="adobe_dtm" src="//www.redhat.com/dtm.js" type="text/javascript"></script>
7
- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/highlight.min.js" type="text/javascript"></script>
+ <script src="{{ '/assets/javascript/highlightjs-pack.js' | relative_url }}" type="text/javascript"></script>
8
<meta charset="utf-8">
9
<meta name="viewport" content="width=device-width, initial-scale=1">
10
<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
0 commit comments