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 b772fd747344362aa62fad40431b5055de4af172
parent 8efb5b6772282e11e212edf67c8befe22ea8c06f
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat,  9 Jul 2022 15:22:20 +0200

Update concert on the frontpage

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

diff --git a/en/index.html b/en/index.html @@ -1,9 +1,7 @@ <main> - <a id="next-concert" href="concerts.html#concert-2022-05-07"> + <a id="next-concert" href="concerts.html#concert-2022-07-17"> <p> - <span id="month">May</span> - <br> - <span id="day">07</span> + <span id="month">July</span><br><span id="day">17</span> </p> </a> </main> diff --git a/index.html b/index.html @@ -1,9 +1,7 @@ <main> - <a id="next-concert" href="concerts.html#concert-2022-05-07"> + <a id="next-concert" href="concerts.html#concert-2022-07-17"> <p> - <span id="day">07</span> - <br> - <span id="month">mai</span> + <span id="day">17</span><br><span id="month">juillet</span> </p> </a> </main>