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