diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-05-09 12:51:36 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-05-09 12:51:36 +0200 |
commit | 3b9281e2a3b57f5bc9318669b7dc7c19abde1796 (patch) | |
tree | dcf34f8890e5d3eac78a932220bddea7f195b984 | |
parent | eac45c3f9345a0fc4d15fcc0634b2e1dbee511a7 (diff) | |
download | www-3b9281e2a3b57f5bc9318669b7dc7c19abde1796.tar.gz www-3b9281e2a3b57f5bc9318669b7dc7c19abde1796.tar.bz2 www-3b9281e2a3b57f5bc9318669b7dc7c19abde1796.zip |
remove videos with T logo from news
-rw-r--r-- | news.html.j2.inc | 11 | ||||
-rw-r--r-- | 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> |