New menu.
[wolnelektury.git] / src / wolnelektury / templates / latest_blog_posts.html
index af7d256..5c7d320 100644 (file)
@@ -1,7 +1,5 @@
 {% spaceless %}
-  <ol>
-    {% for post in posts %}
-      <li><a href="{{ post.link }}">{{ post.title }}</a></li>
-    {% endfor %}
-  </ol>
-{% endspaceless %}
\ No newline at end of file
+  {% for post in posts %}
+    <li><a href="{{ post.link }}">{{ post.title }}</a></li>
+  {% endfor %}
+{% endspaceless %}