]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/archive_year.html
Moved more styles to CSS file
[pcdenotes.git] / notes / templates / archive_year.html
index ec643289ad661858a5f06c83269d1b849b72e81e..826086acd3891125a2ce91f7e33c6b5a0dbf2212 100644 (file)
@@ -5,5 +5,13 @@
 {% block content %}
 <h2>Archive {{ year }}</h2>
 
-
+{% if months %}
+<ul>
+  {% for month in months %}
+    <li><a href="{{ month }}/">{{ month }}</a></li>
+  {% endfor %}
+</ul>
+{% else %}
+<p>No notes</p>
+{% endif %}
 {% endblock %}
\ No newline at end of file

patrick-canterino.de