Skip to content

Commit 151dcb8

Browse files
Update base.html
1 parent 74fb8c0 commit 151dcb8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

theme/templates/base.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
{% block head %}
44
{{- super() }}
55
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" />
6-
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/highlight.min.css" />
7-
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/highlight.min.js"></script>
8-
<script>hljs.highlightAll();</script>
6+
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/pygment.css" />
97
{%- endblock head %}
108

119
{% block body %}

0 commit comments

Comments
 (0)