Skip to content

Commit a50e465

Browse files
committed
Tweak
1 parent e1409e6 commit a50e465

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

theme/templates/base.html

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

3+
4+
{% block head %}
5+
{{ super() }}
6+
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" />
7+
{% endblock %}
8+
39
{% block nav %}
410
<nav><ul>
511
{% for title, link in MENUITEMS %}

0 commit comments

Comments
 (0)