Skip to content

Commit 179b311

Browse files
Update base.html
1 parent 9226233 commit 179b311

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

theme/templates/base.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{% extends "!simple/base.html" %}
22

33
{% block head %}
4-
{{ super() }}
4+
{{- super() }}
55
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" />
66
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/highlight.min.css" />
77
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/highlight.min.js"></script>
88
<script>hljs.highlightAll();</script>
9-
{% endblock head %}
9+
{%- endblock head %}
1010

1111
{% block body %}
1212
<div class="aio-pattern"></div>
@@ -62,5 +62,4 @@
6262
<footer>
6363
</footer>
6464
{% endblock footer %}
65-
6665
{% endblock body %}

0 commit comments

Comments
 (0)