diff --git a/content/pages.html b/content/pages.html index 6b916ba..530cc1b 100644 --- a/content/pages.html +++ b/content/pages.html @@ -8,7 +8,7 @@ {% block content %}
- {% for page in pages %} + {% for page in pages |sort(attribute="date") %}
[{{ page.title }}]