add work overview pages

This commit is contained in:
xenofem 2024-01-23 00:49:58 -05:00
parent fba8cbdcc7
commit 3ef82c8024
9 changed files with 92 additions and 10 deletions

View file

@ -0,0 +1,2 @@
{% from 'utils.html' import root with context %}
<div class="nav">{% for c in ['circles', 'authors', 'tags', 'series'] %}<div class="nav-item"><a href="{{ root() }}{{ c }}">{{ c.capitalize() }}</a></div>{% endfor %}</div>