Skip to content

Commit ecb0613

Browse files
Update base.html
1 parent cb44654 commit ecb0613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

theme/templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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 />
78
{%- endblock head %}
89

910
{% block body %}

0 commit comments

Comments
 (0)