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 e1409e6 commit a50e465Copy full SHA for a50e465
1 file changed
theme/templates/base.html
@@ -1,5 +1,11 @@
1
{% extends "!simple/base.html" %}
2
3
+
4
+{% block head %}
5
+{{ super() }}
6
+ <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" />
7
+{% endblock %}
8
9
{% block nav %}
10
<nav><ul>
11
{% for title, link in MENUITEMS %}
0 commit comments