X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..ce097db0af8c96297501b569ec49477b76c1ceec:/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..5c7d320f6 100644
--- a/src/wolnelektury/templates/latest_blog_posts.html
+++ b/src/wolnelektury/templates/latest_blog_posts.html
@@ -1,9 +1,5 @@
 {% spaceless %}
-
-<ol>
-{% for post in posts %}
+  {% for post in posts %}
     <li><a href="{{ post.link }}">{{ post.title }}</a></li>
-{% endfor %}
-</ol>
-
-{% endspaceless %}
\ No newline at end of file
+  {% endfor %}
+{% endspaceless %}