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 57910ca commit 8a74186Copy full SHA for 8a74186
2 files changed
pelicanconf.py
@@ -42,6 +42,7 @@
42
PLUGINS = ("linkclass",)
43
44
# Theme
45
+STYLESHEET_URL = "static/css/main.css"
46
THEME = "theme/"
47
# TODO: LINKS/SOCIAL
48
LINKS = (
theme/templates/base.html
@@ -15,4 +15,5 @@
15
<li><a href="{{ SITEURL }}/{{ cat.url }}" {% if cat==category %} aria-current="page" {% endif %}>{{ cat}}</a></li>
16
{% endfor %}
17
{% endif %}
18
-{% endblock %}
+ </ul></nav>
19
+{% endblock nav %}
0 commit comments