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 9226233 commit 179b311Copy full SHA for 179b311
1 file changed
theme/templates/base.html
@@ -1,12 +1,12 @@
1
{% extends "!simple/base.html" %}
2
3
{% block head %}
4
- {{ super() }}
+ {{- super() }}
5
<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>
9
-{% endblock head %}
+{%- endblock head %}
10
11
{% block body %}
12
<div class="aio-pattern"></div>
@@ -62,5 +62,4 @@
62
<footer>
63
</footer>
64
{% endblock footer %}
65
-
66
{% endblock body %}
0 commit comments