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 cb44654 commit ecb0613Copy full SHA for ecb0613
theme/templates/base.html
@@ -4,6 +4,7 @@
4
{{- super() }}
5
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" />
6
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/pygment.css" />
7
+ <script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/main.js" defer />
8
{%- endblock head %}
9
10
{% block body %}
0 commit comments