gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: adjust height of headers on news inde


From: gnunet
Subject: [taler-www] branch master updated: adjust height of headers on news index page and in list of events on NGI homepage
Date: Thu, 11 Jan 2024 16:10:09 +0100

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

skuegel pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 15b3aeb  adjust height of headers on news index page and in list of 
events on NGI homepage
15b3aeb is described below

commit 15b3aeb1dfc3a99769b9038079b819e6e764eef0
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Thu Jan 11 16:09:13 2024 +0100

    adjust height of headers on news index page and in list of events on NGI 
homepage
---
 template/news/index.html.j2 | 2 +-
 template/ngi-taler.html.j2  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/template/news/index.html.j2 b/template/news/index.html.j2
index 36a0e12..2d9b274 100644
--- a/template/news/index.html.j2
+++ b/template/news/index.html.j2
@@ -24,7 +24,7 @@
           <li>
               <section class="item-preview">
                <header>
-                  <h3>{{ item['title']|e }}</h3>
+                  <h5>{{ item['title']|e }}</h5>
                   <p class="item-date">
                     {{ item['date'] }}
                   </p>
diff --git a/template/ngi-taler.html.j2 b/template/ngi-taler.html.j2
index a0048ee..dd7f896 100644
--- a/template/ngi-taler.html.j2
+++ b/template/ngi-taler.html.j2
@@ -65,7 +65,7 @@
           <li>
               <section class="item-preview">
                <header>
-                  <h3> {{ item['date']}}: {{ item['title']|e }}</h3>
+                  <h5> {{ item['date']}}: {{ item['title']|e }}</h5>
                   <p class="item-date">
                     {{ item['teaser'] }}
                   </p>

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