aboutsummaryrefslogtreecommitdiff
path: root/template/news/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/news/index.html.j2')
-rw-r--r--template/news/index.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/template/news/index.html.j2 b/template/news/index.html.j2
index abd20092..004d46e7 100644
--- a/template/news/index.html.j2
+++ b/template/news/index.html.j2
@@ -32,8 +32,8 @@
32 </p> 32 </p>
33 </header> 33 </header>
34 <p class="item-abstract"> 34 <p class="item-abstract">
35 {{ get_abstract(item['page'], 500) }} <br/> 35 {{ get_abstract('news/' + item['page'], 500) }} <br/>
36 [<a href="{{ url_localized(item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>] 36 [<a href="{{ url_localized('news/' + item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>]
37 </p> 37 </p>
38 </section> 38 </section>
39 </li> 39 </li>