From 0ae3ed4aa44f68b9be6c4253a4bb7fb9bb1590bc Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sat, 27 Jun 2020 13:43:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D0=BE=D1=80=D1=8F=D0=B4=D0=BE=D0=BA=20=D0=BE?= =?UTF-8?q?=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F=20?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=82=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_includes/article_list.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/article_list.twig b/source/_includes/article_list.twig index 09d7634..b10a82e 100644 --- a/source/_includes/article_list.twig +++ b/source/_includes/article_list.twig @@ -1,4 +1,4 @@ -{% for year in 2010..2030 %} +{% for year in range(2099, 2010, -1) %} {% set items = [] %}