]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/archive_main.html
Updated Bootstrap to 5.2.3
[pcdenotes.git] / notes / templates / archive_main.html
index 640d9f200a5851565186e652e5fc1a3970bec05e..2b1771176163b40c8f60b6670a7e3d2d20cdc848 100644 (file)
@@ -3,12 +3,12 @@
 {% block title %}Archive – Notes{% endblock %}
 
 {% block content %}
-<h2 class="container mt-5">Archive</h2>
+<h2>Archive</h2>
 
 {% if years %}
 <ul>
   {% for year in years %}
-    <li><a href="{{ year }}/">{{ year }}</a></li>
+    <li><a href="{{ year.created_year }}/">{{ year.created_year }}</a> ({{ year.total }})</li>
   {% endfor %}
 </ul>
 {% else %}

patrick-canterino.de