X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/73d81081c6faaa662f442b729648c64d6ef2dc55..4578b7ab822567b5dfd061a64a5a37e16642c616:/notes/templates/archive_year.html?ds=inline

diff --git a/notes/templates/archive_year.html b/notes/templates/archive_year.html
index 826086a..d72b31f 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.created_month }}/">{{ month.created_month|month_name }}</a> ({{ month.total }})</li>
   {% endfor %}
 </ul>
 {% else %}