Moved project files to wolnelektury directory.
[wolnelektury.git] / wolnelektury / templates / catalogue / latest_blog_posts.html
diff --git a/wolnelektury/templates/catalogue/latest_blog_posts.html b/wolnelektury/templates/catalogue/latest_blog_posts.html
new file mode 100644 (file)
index 0000000..d2c90e1
--- /dev/null
@@ -0,0 +1,5 @@
+<ol>
+{% for post in posts %}
+    <li><a href="{{ post.link }}">{{ post.title }}</a></li>
+{% endfor %}
+</ol>
\ No newline at end of file