]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/archive_year.html
Show offset to UTC in note publication date
[pcdenotes.git] / notes / templates / archive_year.html
index 4d3d9059c0a188ed5ad7b2ba598e07f91088dfd1..d72b31fd72b414ab8c3855a18bbd6bbee6c95bb7 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.created_month }}/">{{ month.created_month|month_name }}</a> ({{ month.total }})</li>
   {% endfor %}
 </ul>
 {% else %}

patrick-canterino.de