gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: add news entry similar to taler


From: gnunet
Subject: [www] branch master updated: add news entry similar to taler
Date: Thu, 09 Jul 2020 16:13: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.

The following commit(s) were added to refs/heads/master by this push:
     new 56f9d6b  add news entry similar to taler
56f9d6b is described below

commit 56f9d6b2bb639ed9f356e4d10249065a5f2d3046
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Thu Jul 9 16:07:53 2020 +0200

    add news entry similar to taler
---
 template/index.html.j2 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/template/index.html.j2 b/template/index.html.j2
index 4d45933..1366a1a 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -12,6 +12,13 @@
       <div>
         <img src="{{ url_static('images/gnunet-logo-dark-text.png') }}"  
alt="GNUnet" />
       </div>
+    <div class="row">
+      <div class="container text-center">
+        <a class="link" href="news/{{newsdata[0]['page']}}">{{ 
newsdata[0]['date'] }}: {{ newsdata[0]['title'] }}</a>
+      </div>
+    </div>
+
+
   </div>
 </div>
 <div class="container-fluid greybox">

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