diff 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
line wrap: on
line diff
--- a/sat_templates/templates/bulma/blog/macros.html	Fri Jun 04 18:36:57 2021 +0200
+++ b/sat_templates/templates/bulma/blog/macros.html	Sun Jun 06 19:53:56 2021 +0200
@@ -11,7 +11,7 @@
     {% if dates_format is undefined %}
         {% set dates_format = dates_fmt or 'short' %}
     {% endif %}
-    {% for item in items %}
+    {% for item in items|reverse %}
         {% include 'blog/item.html' %}
     {% endfor %}
 {% endmacro %}