]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/archive_year.html
Updated dependencies
[pcdenotes.git] / notes / templates / archive_year.html
index 4d3d9059c0a188ed5ad7b2ba598e07f91088dfd1..0821ccb1423412cf16fb07d2300a07db29b4a8f3 100644 (file)
@@ -9,7 +9,7 @@
 {% if months %}
 <ul>
   {% for month in months %}
-    <li><a href="{{ month }}/">{{ month|month_name }}</a></li>
+    <li><a href="{{ month.published_month }}/">{{ month.published_month|month_name }}</a> ({{ month.total }})</li>
   {% endfor %}
 </ul>
 {% else %}

patrick-canterino.de