fix: galerie typo

This commit is contained in:
Matthieu Bessat 2023-04-20 11:52:40 +02:00
parent 69206cf2ab
commit 21641bff05
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
## Idées ## Idées
- gallerie avec un scroll : https://staticbattery.com/ (on sera toujours obligé de faire de la navigation) - galerie avec un scroll : https://staticbattery.com/ (on sera toujours obligé de faire de la navigation)
## TODO ## TODO

View file

@ -1,5 +1,5 @@
--- ---
title: Gallerie title: Galerie
--- ---
Vous trouverez ici une liste d'images. N'hésitez pas à [nous contacter](/contact) pour envoyer vos photos ! Vous trouverez ici une liste d'images. N'hésitez pas à [nous contacter](/contact) pour envoyer vos photos !

View file

@ -12,7 +12,7 @@
<li><a href="/actualites">Actualités</a></li> <li><a href="/actualites">Actualités</a></li>
<li><a href="/association">L'association</a></li> <li><a href="/association">L'association</a></li>
<li><a href="/histoires">Histoire</a></li> <li><a href="/histoires">Histoire</a></li>
<li><a href="/images">Gallerie</a></li> <li><a href="/images">Galerie</a></li>
</ul> </ul>
</nav> </nav>
<div class="burger-menu"> <div class="burger-menu">
@ -27,7 +27,7 @@
<li><a href="/actualites">Actualités</a></li> <li><a href="/actualites">Actualités</a></li>
<li><a href="/association">L'association</a></li> <li><a href="/association">L'association</a></li>
<li><a href="/histoires">Histoire</a></li> <li><a href="/histoires">Histoire</a></li>
<li><a href="/images">Gallerie</a></li> <li><a href="/images">Galerie</a></li>
</ul> </ul>
</nav> </nav>
</div> </div>