summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-05-09 12:51:36 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-05-09 12:51:36 +0200
commit3b9281e2a3b57f5bc9318669b7dc7c19abde1796 (patch)
treedcf34f8890e5d3eac78a932220bddea7f195b984
parenteac45c3f9345a0fc4d15fcc0634b2e1dbee511a7 (diff)
downloadwww-3b9281e2a3b57f5bc9318669b7dc7c19abde1796.tar.gz
www-3b9281e2a3b57f5bc9318669b7dc7c19abde1796.tar.bz2
www-3b9281e2a3b57f5bc9318669b7dc7c19abde1796.zip
remove videos with T logo from news
-rw-r--r--news.html.j2.inc11
-rw-r--r--old-news.html.j214
2 files changed, 18 insertions, 7 deletions
diff --git a/news.html.j2.inc b/news.html.j2.inc
index 1641366b..b0e5310c 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 a7d0672c..fe339cd8 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>