aboutsummaryrefslogtreecommitdiff
path: root/news/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'news/index.html.j2')
-rw-r--r--news/index.html.j26
1 files changed, 4 insertions, 2 deletions
diff --git a/news/index.html.j2 b/news/index.html.j2
index bdb716d5..9d9f9ff0 100644
--- a/news/index.html.j2
+++ b/news/index.html.j2
@@ -16,11 +16,13 @@
16 </div> 16 </div>
17 </div> 17 </div>
18 <div class="row"> 18 <div class="row">
19 <ul class="timeline">
19 {% for item in newsdata %} 20 {% for item in newsdata %}
20 <div class="col-lg-4"> 21 <li>
21 {{ news.newspreview(item) }} 22 {{ news.newspreview(item) }}
22 </div> 23 </li>
23 {% endfor %} 24 {% endfor %}
25 </ul>
24 </div> 26 </div>
25 </article> 27 </article>
26 </div> 28 </div>