From 3b69855c25db4751588b8a64ddcef0b9904646a8 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Thu, 9 Nov 2023 07:53:33 +0100 Subject: [PATCH] Bootstrap 5 change: 'sr-only' is now 'visually-hidden' --- templates/macro.html | 5 ++++- templates/navbar.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/macro.html b/templates/macro.html index faf8686..9e2e2d1 100644 --- a/templates/macro.html +++ b/templates/macro.html @@ -1,3 +1,6 @@ +{# vim: set ft=htmljinja +#} + {% macro render_pagination(pagination) %} {% if pagination.pages > 1 %}