commit 40f0632030361574130fa6b2794d7fccaca4eacb parent 749e2c6b9fe2ec95b5ca2b71e0513d6301790a96 Author: Florian Dold <florian@dold.me> Date: Fri, 7 May 2021 13:45:43 +0200 news needs localized URL Diffstat:
| M | template/news/index.html.j2 | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/template/news/index.html.j2 b/template/news/index.html.j2 @@ -30,7 +30,7 @@ </header> <p class="item-abstract"> {{ get_abstract(item['page'], 1000) }} <br/> - [<a href="{{ url(item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>] + [<a href="{{ url_localized(item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>] </p> </section> </div>