gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch stable updated (911e5e1 -> 84817a5)


From: gnunet
Subject: [taler-www] branch stable updated (911e5e1 -> 84817a5)
Date: Fri, 07 May 2021 19:59:44 +0200

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

dold pushed a change to branch stable
in repository www.

    from 911e5e1  submodules
     add 84817a5  fix news link

No new revisions were added by this update.

Summary of changes:
 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]