gnunet-svn
[Top][All Lists]
Advanced

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

[www_shared] branch master updated: break before read more


From: gnunet
Subject: [www_shared] branch master updated: break before read more
Date: Fri, 19 Jun 2020 15:44:41 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository www_shared.

The following commit(s) were added to refs/heads/master by this push:
     new 5b8718e  break before read more
5b8718e is described below

commit 5b8718e28143b2b68eb65fba2de14972fedf9160
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Jun 19 15:39:02 2020 +0200

    break before read more
---
 news.macro.j2 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/news.macro.j2 b/news.macro.j2
index 0378127..48f04b0 100644
--- a/news.macro.j2
+++ b/news.macro.j2
@@ -27,7 +27,8 @@
       </p>
     </header>
     <p class="item-abstract">
-      {{ name['abstract'] }} [<a href="{% if kwargs|length > 0 %}{{ 
kwargs['prefix'] }}{% endif %}{{ name['page'] }}" title="{{ name['date']}}">{{ 
_("read more") }}</a>]
+      {{ name['abstract'] }} <br/>
+      [<a href="{% if kwargs|length > 0 %}{{ kwargs['prefix'] }}{% endif %}{{ 
name['page'] }}" title="{{ name['date']}}">{{ _("read more") }}</a>]
     </p>
   </section>
 {% endmacro -%}

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