diff sat_templates/templates/bulma/blog/articles.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 fbea1b9a558f
children
line wrap: on
line diff
--- a/sat_templates/templates/bulma/blog/articles.html	Fri Jun 04 18:36:57 2021 +0200
+++ b/sat_templates/templates/bulma/blog/articles.html	Sun Jun 06 19:53:56 2021 +0200
@@ -47,5 +47,5 @@
     </div>
 {% endif %}
 
-{{ navigation.prev_next(_("newer articles"), _("older articles")) }}
+{{ navigation.prev_next(_("older articles"), _("newer articles")) }}
 {% endblock body %}