Skip to content

Commit 54ae364

Browse files
committed
update: dates
1 parent 9d439a6 commit 54ae364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

goueliou/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<h1>Kerlandrier.cc</h1>
7777
<p id="description">Festivals de l'été - Abadennoù sonerezh ha gouelioù</p>
7878
<p id="question">un oubli ? une erreur ? <a href="/diwar-benn.html#join-us">contactez nous ! </a></p>
79+
<p id="question">Données disponibles sur <a href="https://grist.numerique.gouv.fr/o/docs/68gXbYioe7dj/goueliou/p/3" target="_blank">Grist</a></p>
7980

8081
<span id="infos-link"> <a href="/">Retour kerlandrier</a> </span>
8182
</div>
@@ -119,7 +120,7 @@ <h1>Kerlandrier.cc</h1>
119120
}
120121
Object.entries(goueliou).forEach(([month, fest]) => {
121122
// Creation des colonnes Mois
122-
if (![ "Juin", "Juillet", "Août"].includes(month)) return;
123+
if (![ "Juillet", "Août", "Septembre"].includes(month)) return;
123124
const container = document.createElement('div');
124125
container.classList.add('month');
125126
const title = document.createElement('h2');

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ <h1>Kerlandrier.cc</h1>
9393
<select id="monthSelect" aria-label="Choisir une date">
9494
<option class="month-option" aria-label="Choisir une date" label="Choisir une date" value="">Choisir
9595
une date</option>
96-
<option value="2025-06-01T00:00:00.000Z,2025-07-01T00:00:00.000Z">Juin-2025</option>
9796
<option value="2025-07-01T00:00:00.000Z,2025-08-01T00:00:00.000Z">Juillet-2025</option>
9897
<option value="2025-08-01T00:00:00.000Z,2025-09-01T00:00:00.000Z">Août-2025</option>
9998
<option value="2025-09-01T00:00:00.000Z,2025-10-01T00:00:00.000Z">Septembre-2025</option>

0 commit comments

Comments
 (0)