]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/archive_year.html
Fixed <h2> CSS classes in archive views
[pcdenotes.git] / notes / templates / archive_year.html
index ec643289ad661858a5f06c83269d1b849b72e81e..430a1f035546e84e92af8d3db2503fe2d04fcb41 100644 (file)
@@ -3,7 +3,15 @@
 {% block title %}Archive {{ year }} – Notes{% endblock %}
 
 {% block content %}
 {% block title %}Archive {{ year }} – Notes{% endblock %}
 
 {% block content %}
-<h2>Archive {{ year }}</h2>
-
+<h2 class="container mt-5">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
 {% endblock %}
\ No newline at end of file

patrick-canterino.de