Skip to content

Commit 98f0270

Browse files
Update base.html
1 parent 9ffc1e3 commit 98f0270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{- super() }}
55
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" />
66
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/pygment.css" />
7-
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/main.js" defer />
7+
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/main.js" defer></script>
88
{%- endblock head %}
99

1010
{% block body %}

0 commit comments

Comments
 (0)