[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-www] 02/03: remove videos with T logo from news
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-www] 02/03: remove videos with T logo from news |
Date: |
Wed, 09 May 2018 12:52:12 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository www.
commit 3b9281e2a3b57f5bc9318669b7dc7c19abde1796
Author: Florian Dold <address@hidden>
AuthorDate: Wed May 9 12:51:36 2018 +0200
remove videos with T logo from news
---
news.html.j2.inc | 11 +++++++----
old-news.html.j2 | 14 +++++++++++---
2 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/news.html.j2.inc b/news.html.j2.inc
index 1641366..b0e5310 100644
--- a/news.html.j2.inc
+++ b/news.html.j2.inc
@@ -1,8 +1,11 @@
+{% include "news/2018-04.inc" %}
{% include "news/2017-10.inc" %}
-{% include "news/2017-08.inc" %}
-{% include "news/2017-04.inc" %}
-{% include "news/2017-03.inc" %}
-{% include "news/2017-02.inc" %}
+{#
+ {% include "news/2017-08.inc" %}
+ {% include "news/2017-04.inc" %}
+ {% include "news/2017-03.inc" %}
+ {% include "news/2017-02.inc" %}
+#}
{% include "news/2017-01.inc" %}
<a href="old-news.html"><h3>{{ _("More news")}}</h3></a>
diff --git a/old-news.html.j2 b/old-news.html.j2
index a7d0672..fe339cd 100644
--- a/old-news.html.j2
+++ b/old-news.html.j2
@@ -18,15 +18,23 @@
<div class="row">
<div class="col-lg-12">
-{% include "news/2016-12.inc" %}
+{#
+ {% include "news/2016-12.inc" %}
+#}
{% include "news/2016-10.inc" %}
{% include "news/2016-09.inc" %}
{% include "news/2016-08.inc" %}
{% include "news/2016-06.inc" %}
{% include "news/2015-12.inc" %}
-{% include "news/2015-11.inc" %}
+
+{#
+ {% include "news/2015-11.inc" %}
+#}
+
{% include "news/2015-02.inc" %}
-{% include "news/2014-12.inc" %}
+{#
+ {% include "news/2014-12.inc" %}
+#}
{% include "news/2014-11.inc" %}
</div>
--
To stop receiving notification emails like this one, please contact
address@hidden