fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
main_page.html
diff --git
a/src/wolnelektury/templates/main_page.html
b/src/wolnelektury/templates/main_page.html
index
a384cb9
..
de61221
100644
(file)
--- a/
src/wolnelektury/templates/main_page.html
+++ b/
src/wolnelektury/templates/main_page.html
@@
-84,9
+84,11
@@
<section class="infopages-box">
<h1>{% trans "News" %}</h1>
<section class="infopages-box">
<h1>{% trans "News" %}</h1>
- {% cache 1800 latest_blog_posts %}
- {% latest_blog_posts %}
- {% endcache %}
+ <ol>
+ {% cache 1800 latest_blog_posts %}
+ {% latest_blog_posts %}
+ {% endcache %}
+ </ol>
</section>
<section class="infopages-box">
</section>
<section class="infopages-box">