fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix in librarian
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
latest_blog_posts.html
1
{% spaceless %}
2
3
<ol>
4
{% for post in posts %}
5
<li><a href="{{ post.link }}">{{ post.title }}</a></li>
6
{% endfor %}
7
</ol>
8
9
{% endspaceless %}