aboutsummaryrefslogtreecommitdiff
path: root/common/old-news.j2.inc
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-05-10 18:55:00 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-05-10 18:55:00 +0200
commit592abb88fe273ca1a98a35a49266ae081498e6cc (patch)
treeaad23f58f626e550a416f93d063ce51706aa9574 /common/old-news.j2.inc
parent206c5d0359854d5a43e87a34356b383c9f1e4155 (diff)
parentff359a3b252ca02d71bee30c1be62abc9ca1ad75 (diff)
downloadwww-592abb88fe273ca1a98a35a49266ae081498e6cc.tar.gz
www-592abb88fe273ca1a98a35a49266ae081498e6cc.zip
Merge branch 'master' of git+ssh://gnunet.org/www
Diffstat (limited to 'common/old-news.j2.inc')
-rw-r--r--common/old-news.j2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/old-news.j2.inc b/common/old-news.j2.inc
index 35da2f08..d4d45ef4 100644
--- a/common/old-news.j2.inc
+++ b/common/old-news.j2.inc
@@ -31,7 +31,7 @@
31 </header> 31 </header>
32 <p class="item-abstract"> 32 <p class="item-abstract">
33 {{ get_abstract(item['page'], 1000) }} <br/> 33 {{ get_abstract(item['page'], 1000) }} <br/>
34 [<a href="{{ item['page'] }}" title="{{ item['date']}}">{{ _("read more") }}</a>] 34 [<a href="{{ url_localized(item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>]
35 </p> 35 </p>
36 </section> 36 </section>
37 </li> 37 </li>