diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 0425f26..a488970 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@ section.content | safe }} {% endif %} <hr /> -{%- for post in section.pages -%} +{%- for post in section.pages | sort(attribute="date", reverse=false) -%} <section> <ul class="post-list"> <li> |
