X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/73d81081c6faaa662f442b729648c64d6ef2dc55..408231e8d6e730b8d9dd415efea0369f1acd256e:/notes/templates/archive_year.html?ds=sidebyside

diff --git a/notes/templates/archive_year.html b/notes/templates/archive_year.html
index 826086a..0821ccb 100644
--- a/notes/templates/archive_year.html
+++ b/notes/templates/archive_year.html
@@ -1,4 +1,5 @@
 {% extends "note_base.html" %}
+{% load notes_extras %}
 
 {% block title %}Archive {{ year }} – Notes{% endblock %}
 
@@ -8,7 +9,7 @@
 {% if months %}
 <ul>
   {% for month in months %}
-    <li><a href="{{ month }}/">{{ month }}</a></li>
+    <li><a href="{{ month.published_month }}/">{{ month.published_month|month_name }}</a> ({{ month.total }})</li>
   {% endfor %}
 </ul>
 {% else %}