fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor css fix.
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
latest_blog_posts.html
diff --git
a/src/wolnelektury/templates/latest_blog_posts.html
b/src/wolnelektury/templates/latest_blog_posts.html
index
24d486e
..
af7d256
100644
(file)
--- a/
src/wolnelektury/templates/latest_blog_posts.html
+++ b/
src/wolnelektury/templates/latest_blog_posts.html
@@
-1,9
+1,7
@@
{% spaceless %}
{% spaceless %}
-
-<ol>
-{% for post in posts %}
- <li><a href="{{ post.link }}">{{ post.title }}</a></li>
-{% endfor %}
-</ol>
-
+ <ol>
+ {% for post in posts %}
+ <li><a href="{{ post.link }}">{{ post.title }}</a></li>
+ {% endfor %}
+ </ol>
{% endspaceless %}
\ No newline at end of file
{% endspaceless %}
\ No newline at end of file