X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/e9f2b044dc8de3a94e84e32cd2b9de6bde631603..bb41f36c58707df91ca96b39b41f51e98306aee7:/notes/templates/archive_year.html?ds=inline

diff --git a/notes/templates/archive_year.html b/notes/templates/archive_year.html
index 430a1f0..d72b31f 100644
--- a/notes/templates/archive_year.html
+++ b/notes/templates/archive_year.html
@@ -1,14 +1,15 @@
 {% extends "note_base.html" %}
+{% load notes_extras %}
 
 {% block title %}Archive {{ year }} – Notes{% endblock %}
 
 {% block content %}
-<h2 class="container mt-5">Archive {{ year }}</h2>
+<h2>Archive {{ year }}</h2>
 
 {% 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 %}