Added label search and pages

This commit is contained in:
Michael Rodin 2023-11-07 12:58:40 +01:00
parent 78ed396c36
commit e6b69eb7b4
7 changed files with 130 additions and 39 deletions

View file

@ -6,6 +6,7 @@
{% block content %}
{% if archives|length > 0 %}
<h2>Newest archives</h2>
<div class="grid-container">
<div class="grid-header"><b>ARCHIVE</b></div>
<div class="grid-header"><b>SIZE</b></div>
@ -18,6 +19,6 @@
{% endfor %}
</div>
{% else %}
<p>No matching archives</p>
<p>Add some archives first!</p>
{% endif %}
{% endblock %}