X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..7b2b19383cd52f1df1e7d1bb8a29d6e099ce7a5b:/src/wolnelektury/templates/latest_blog_posts.html

diff --git a/src/wolnelektury/templates/latest_blog_posts.html b/src/wolnelektury/templates/latest_blog_posts.html
index 24d486ef1..af7d256c5 100644
--- a/src/wolnelektury/templates/latest_blog_posts.html
+++ b/src/wolnelektury/templates/latest_blog_posts.html
@@ -1,9 +1,7 @@
 {% spaceless %}
-
-<ol>
-{% for post in posts %}
-    <li><a href="{{ post.link }}">{{ post.title }}</a></li>
-{% endfor %}
-</ol>
-
+  <ol>
+    {% for post in posts %}
+      <li><a href="{{ post.link }}">{{ post.title }}</a></li>
+    {% endfor %}
+  </ol>
 {% endspaceless %}
\ No newline at end of file