gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: use full width for news on main page


From: gnunet
Subject: [taler-www] branch master updated: use full width for news on main page
Date: Fri, 04 Dec 2020 14:59:07 +0100

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

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new d572450  use full width for news on main page
d572450 is described below

commit d5724508774a82240be1402a5d3f085e75d5fbcd
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Dec 4 14:58:23 2020 +0100

    use full width for news on main page
---
 template/index.html.j2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/template/index.html.j2 b/template/index.html.j2
index 6cc7b44..f3b82e9 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -51,11 +51,11 @@
     <div class="row mt-5">
     </div>
     <div class="row">
-      <div class="col-8">
+      <div class="col-12">
         <h2><a href="{{ url_localized('news/index.html')}}">{{ _("News") 
}}</a></h2>
       </div>
       {% for item in newsdata[:3] %}
-      <div class="col-8">
+      <div class="col-12">
         <a href="news/{{ item['page'] }}" title="{{ item['date']}}">{{ 
item['date'] }}: {{ item['title'] }}</a>
       </div>
       {% endfor %}

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