gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: move news to the bottom after review from o


From: gnunet
Subject: [www] branch master updated: move news to the bottom after review from outside + comparison with other projects (voidlinux).
Date: Sun, 01 Dec 2019 16:09:50 +0100

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

ng0 pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 8539c5d  move news to the bottom after review from outside + 
comparison with other projects (voidlinux).
8539c5d is described below

commit 8539c5d49a1ad2aeaac069b3e6a73061fdcfa5bf
Author: ng0 <address@hidden>
AuthorDate: Sun Dec 1 15:06:16 2019 +0000

    move news to the bottom after review from outside + comparison
    with other projects (voidlinux).
---
 template/index.html.j2 | 50 ++++++++++++++++++++++++--------------------------
 1 file changed, 24 insertions(+), 26 deletions(-)

diff --git a/template/index.html.j2 b/template/index.html.j2
index fa9277d..0c6e142 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -40,7 +40,6 @@
       </div>
     </div>
   </div>
-  <!-- Notice Banner -->
   <div class="container text-center">
     <p>
       <a class="btn btn-primary btn-lg" href="{{ url_localized('#about') 
}}">{{ _("About") }}</a>
@@ -52,31 +51,6 @@
   </div>
 </div>
 
-<div class="container-fluid">
-  <div class="container">
-    <div class="row">
-      <div class="container text-center">
-        <h1>{{ _("News") }}<a name="news"></a></h1>
-      </div>
-    </div>
-    {% for item in newsdata[:4] %}
-    <div class="row">
-        <div class="col-lg-12">
-          {{ news.newspreview(item, prefix="news/") }}
-        </div>
-    </div>
-    {% endfor %}
-    <div class="row">
-      <div class="container text-center">
-        <p>
-          Read more of our recent news postings <a href="news/index.html">in 
the archive</a>.
-        </p>
-      </div>
-    </div>
-  </div>
-</div>
-
-
 <div class="container-fluid c_acronym link-white">
   <div class="container">
     <div class="row">
@@ -382,4 +356,28 @@
     </div>
   </div>
 </div>
+<div class="container-fluid">
+  <div class="container">
+    <div class="row">
+      <div class="container text-center">
+        <h1>{{ _("News") }}<a name="news"></a></h1>
+      </div>
+    </div>
+    {% for item in newsdata[:4] %}
+    <div class="row">
+        <div class="col-lg-12">
+          {{ news.newspreview(item, prefix="news/") }}
+        </div>
+    </div>
+    {% endfor %}
+    <div class="row">
+      <div class="container text-center">
+        <p>
+          Read more of our recent news postings <a href="news/index.html">in 
the archive</a>.
+        </p>
+      </div>
+    </div>
+  </div>
+</div>
+
 {% endblock body_content %}

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



reply via email to

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