]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/archive_month.html
Bottom nav looks good now
[pcdenotes.git] / notes / templates / archive_month.html
index 1bcf0285124543b050551c6b21ff4a69d0e7d2f2..a73f3e578133a3cfe9ede508e4fef00ac188e4f4 100644 (file)
@@ -3,12 +3,12 @@
 {% block title %}Archive {{ month }} / {{ year }} – Notes{% endblock %}
 
 {% block content %}
-<h2>Archive {{ month }} / {{ year }}</h2>
+<h2 class="container mt-5">Archive {{ month }} / {{ year }}</h2>
 
 {% if notes %}
 <ul>
   {% for note in notes %}
-    <li><a href="{{ note.get_absolute_url }}"">{{ note.title }}</a></li>
+    <li><a href="{{ note.get_absolute_url }}">{{ note.title }}</a></li>
   {% endfor %}
 </ul>
 {% else %}

patrick-canterino.de