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 27eaf64f60d49e6158a552ad41e1820e134342cf
parent 4e7732e7202c432cc23820d0c87bdfe26de3575d
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 18 Dec 2022 19:00:21 +0100

Update next concert

Diffstat:
Men/index.html | 4++--
Mindex.html | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en/index.html b/en/index.html @@ -1,7 +1,7 @@ <main> - <a id="next-concert" href="concerts.html#concert-2022-12-10"> + <a id="next-concert" href="concerts.html#concert-2023-01-08"> <p> - <span id="month">December</span><br><span id="day">10</span> + <span id="month">January</span><br><span id="day">08</span> </p> </a> </main> diff --git a/index.html b/index.html @@ -1,7 +1,7 @@ <main> - <a id="next-concert" href="concerts.html#concert-2022-12-10"> + <a id="next-concert" href="concerts.html#concert-2023-01-08"> <p> - <span id="day">10</span><br><span id="month">décembre</span> + <span id="day">08</span><br><span id="month">janvier</span> </p> </a> </main>