]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/archive_month.html
Set max-width for images
[pcdenotes.git] / notes / templates / archive_month.html
index 1bcf0285124543b050551c6b21ff4a69d0e7d2f2..594eb35b211f35097038503ec56e9e2ad8e2e0a6 100644 (file)
@@ -8,7 +8,7 @@
 {% 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