comparison sat_templates/templates/bulma/blog/macros.html @ 332:3db3509cbad1

bulma: fix items/pagination ordering in various places following ordering fix in Libervia/SàT Pubsub
author Goffi <goffi@goffi.org>
date Sun, 06 Jun 2021 19:53:56 +0200
parents 0e69b5843c2f
children
comparison
equal deleted inserted replaced
331:0c9f8bd0fc20 332:3db3509cbad1
9 @param expanded(bool): initial state of items 9 @param expanded(bool): initial state of items
10 #} 10 #}
11 {% if dates_format is undefined %} 11 {% if dates_format is undefined %}
12 {% set dates_format = dates_fmt or 'short' %} 12 {% set dates_format = dates_fmt or 'short' %}
13 {% endif %} 13 {% endif %}
14 {% for item in items %} 14 {% for item in items|reverse %}
15 {% include 'blog/item.html' %} 15 {% include 'blog/item.html' %}
16 {% endfor %} 16 {% endfor %}
17 {% endmacro %} 17 {% endmacro %}