gnunet-svn
[Top][All Lists]
Advanced

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

[www_shared] 17/19: news.macro.j2: use date: title for shortnews


From: gnunet
Subject: [www_shared] 17/19: news.macro.j2: use date: title for shortnews
Date: Sat, 25 Jan 2020 11:29:32 +0100

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

ng0 pushed a commit to branch master
in repository www_shared.

commit 253ec050c9403db300a629ff3cc49d42de252078
Author: ng0 <address@hidden>
AuthorDate: Wed Dec 11 11:39:57 2019 +0000

    news.macro.j2: use date: title for shortnews
---
 news.macro.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/news.macro.j2 b/news.macro.j2
index 2ecfdac..dc3afe1 100644
--- a/news.macro.j2
+++ b/news.macro.j2
@@ -25,5 +25,5 @@
 {% endmacro -%}
 
 {% macro tinylinkpreview(name) -%}
-  <a href="{% if kwargs|length > 0 %}{{ kwargs['prefix'] }}{% endif %}{{ 
name['page'] }}" title="{{ name['date']}}">{{ name['page'] }}</a>
+  <a href="{% if kwargs|length > 0 %}{{ kwargs['prefix'] }}{% endif %}{{ 
name['page'] }}" title="{{ name['date']}}">{{ name['date'] }}: {{ name['title'] 
}}</a>
 {% endmacro -%}

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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