Code layout change.
[wolnelektury.git] / apps / wolnelektury_core / templates / latest_blog_posts.html
diff --git a/apps/wolnelektury_core/templates/latest_blog_posts.html b/apps/wolnelektury_core/templates/latest_blog_posts.html
deleted file mode 100644 (file)
index 24d486e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{% spaceless %}
-
-<ol>
-{% for post in posts %}
-    <li><a href="{{ post.link }}">{{ post.title }}</a></li>
-{% endfor %}
-</ol>
-
-{% endspaceless %}
\ No newline at end of file