Skip to content

Commit 8a74186

Browse files
committed
Tweak
1 parent 57910ca commit 8a74186

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

pelicanconf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
PLUGINS = ("linkclass",)
4343

4444
# Theme
45+
STYLESHEET_URL = "static/css/main.css"
4546
THEME = "theme/"
4647
# TODO: LINKS/SOCIAL
4748
LINKS = (

theme/templates/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
<li><a href="{{ SITEURL }}/{{ cat.url }}" {% if cat==category %} aria-current="page" {% endif %}>{{ cat}}</a></li>
1616
{% endfor %}
1717
{% endif %}
18-
{% endblock %}
18+
</ul></nav>
19+
{% endblock nav %}

0 commit comments

Comments
 (0)