gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch stable updated (b85f576 -> ff359a3)


From: gnunet
Subject: [www] branch stable updated (b85f576 -> ff359a3)
Date: Mon, 10 May 2021 18:54:19 +0200

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

dold pushed a change to branch stable
in repository www.

    from b85f576  fix broken link on old news page
     add ff359a3  fix frontpage links

No new revisions were added by this update.

Summary of changes:
 locale/en/LC_MESSAGES/messages.mo | Bin 443 -> 443 bytes
 template/index.html.j2            |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/locale/en/LC_MESSAGES/messages.mo 
b/locale/en/LC_MESSAGES/messages.mo
index e45020c..95bfb78 100644
Binary files a/locale/en/LC_MESSAGES/messages.mo and 
b/locale/en/LC_MESSAGES/messages.mo differ
diff --git a/template/index.html.j2 b/template/index.html.j2
index 6bc85b2..4114785 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -26,7 +26,7 @@
         <h2>{{ _("Latest news") }}</h2>
         <p>
         {% for item in newsdata[:3] %}
-        <a class="link" href="news/{{ item['page'] }}" title="{{ 
item['date']}}">{{ item['date'] }}: {{ item['title'] }}</a><br/>
+        <a class="link" href="{{ url_localized(item['page']) }}" title="{{ 
item['date']}}">{{ item['date'] }}: {{ item['title'] }}</a><br/>
         {% endfor %}
         <br/>
         <a class="link" href="{{ url_localized('news/index.html')}}">{{ 
_("Older news entries") }}</a>

-- 
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]