From fe6cef51be0810e689423a98bad25a23cbf55a4d Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Thu, 7 May 2020 02:34:10 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98content/pages.html=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/pages.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages.html b/content/pages.html index 7a25da8..d67126f 100644 --- a/content/pages.html +++ b/content/pages.html @@ -8,7 +8,7 @@ {% block content %}
- {% for page in pages |sort(attribute="date") %} + {% for page in pages |sort(attribute="date",reverse=True) %}
[{{ page.title }}]