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.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/template/news/index.html.j2 b/template/news/index.html.j2
index 5c484353..8bfd973b 100644
--- a/template/news/index.html.j2
+++ b/template/news/index.html.j2
@@ -33,7 +33,7 @@
33 </p> 33 </p>
34 </header> 34 </header>
35 <p class="item-abstract"> 35 <p class="item-abstract">
36 {{ get_abstract('news/' + item['page'], 500) }} <br/> 36 <!--{{ get_abstract('news/' + item['page'], 500) }} <br/>-->
37 [<a href="{{ url_localized('news/' + item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>] 37 [<a href="{{ url_localized('news/' + item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>]
38 </p> 38 </p>
39 </section> 39 </section>