Skip to content

Commit 933173b

Browse files
committed
Update syntax highlighter to remove useless language and add dockerfile and graddle formast
1 parent 4b8860a commit 933173b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<title>{{ page.title }}</title>
66
<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>
7+
<script src="{{ '/assets/javascript/highlightjs-pack.js' | relative_url }}" type="text/javascript"></script>
88
<meta charset="utf-8">
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">

0 commit comments

Comments
 (0)