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 }}]