add work overview pages
This commit is contained in:
parent
fba8cbdcc7
commit
3ef82c8024
9 changed files with 92 additions and 10 deletions
2
dlibrary/templates/nav.html
Normal file
2
dlibrary/templates/nav.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue