change agenda

This commit is contained in:
2019-06-07 16:49:19 +02:00
parent 073eb24784
commit 6872b491c2
4 changed files with 3 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
{% set options = { items: {'@page.children': '/agenda'}, 'limit': 3, 'order': {'by': 'date', 'dir': 'desc'} } %}
{% set options = { items: {'@page.children': '/agenda'}, 'limit': 3, 'order': {'by': 'date', 'dir': 'asc'} } %}
{% set h2 = h2 ?: 'h2' %}
{% set h3 = h3 ?: 'h3' %}