X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/eb2eb95bfbfe8c777c4192ea434a0e999edf3a51..8f51cea59b3cc79f091627e08b3b9f4f24f3f232:/src/wolnelektury/templates/main_page.html?ds=inline

diff --git a/src/wolnelektury/templates/main_page.html b/src/wolnelektury/templates/main_page.html
index a384cb9ff..de612210a 100644
--- a/src/wolnelektury/templates/main_page.html
+++ b/src/wolnelektury/templates/main_page.html
@@ -84,9 +84,11 @@
 
     <section class="infopages-box">
       <h1>{% trans "News" %}</h1>
-      {% cache 1800 latest_blog_posts %}
-        {% latest_blog_posts %}
-      {% endcache %}
+      <ol>
+        {% cache 1800 latest_blog_posts %}
+          {% latest_blog_posts %}
+        {% endcache %}
+      </ol>
     </section>
 
     <section class="infopages-box">