gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: fix news link


From: gnunet
Subject: [taler-www] branch master updated: fix news link
Date: Fri, 07 May 2021 19:59:39 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 84817a5  fix news link
84817a5 is described below

commit 84817a5fd149f5293742cce08af45c4b92e8672b
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri May 7 19:59:34 2021 +0200

    fix news link
---
 template/index.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/index.html.j2 b/template/index.html.j2
index ace72d5..a7a291f 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -57,7 +57,7 @@
       </div>
       {% for item in newsdata[:3] %}
       <div class="col-12">
-        <a href="news/{{ item['page'] }}" title="{{ item['date']}}">{{ 
item['date'] }}: {{ item['title'] }}</a>
+        <a href="{{ url_localized(item['page']) }}" title="{{ 
item['date']}}">{{ item['date'] }}: {{ item['title'] }}</a>
       </div>
       {% endfor %}
      </div>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]