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

patrick-canterino.de