fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
+++ b/
wolnelektury/templates/catalogue/latest_blog_posts.html
@@ -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