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 8c5881a6d1904d3e93018bf5593fc3bf8ccaf2dc
parent fff41f9089d320efe60eb566c6e517fa58ed4f6c
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat,  6 Mar 2021 21:03:51 +0100

Put date of actual next concert

Diffstat:
Mindex.html | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html @@ -1,9 +1,9 @@ <main> - <a id="next-concert" href="actualités.html#concert-8"> + <a id="next-concert" href="actualités.html#concert-2021-04-03"> <p> - <span id="day">25</span> + <span id="day">3</span> <br> - <span id="month">décembre</span> + <span id="month">avril</span> </p> </a> </main>