quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit c78f1b08f451027ffaf3666710433442fdb3031e
parent 815844919f0d9e983246fc8b2d3ef197a8a90145
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 13 Feb 2022 13:17:49 +0100

Show most recent concerts first

Diffstat:
Mbuild-concerts.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-concerts.py b/build-concerts.py @@ -130,9 +130,9 @@ def read_concerts(filename): def split_concerts(concerts, threshold): for i, c in enumerate(concerts): if c.time > threshold: - return concerts[:i], concerts[i:] + return reversed(concerts[:i]), concerts[i:] - return concerts, () + return reversed(concerts), () LOCALIZED_TEXT = {