X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..bea8ac13e42fc53e2e2151503fa2a6a467b79844:/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 %} - -
    -{% for post in posts %} -
  1. {{ post.title }}
  2. -{% endfor %} -
- +
    + {% for post in posts %} +
  1. {{ post.title }}
  2. + {% endfor %} +
{% endspaceless %} \ No newline at end of file