commit 84025a026a5ba791c66967fce9903bdd684f7446 parent 59841e6eee8f2ddfef81d29f588c2a661bde54b4 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Sat, 13 Feb 2021 18:07:15 +0100 Fix typo Diffstat:
| R | gallerie.html -> galerie.html | | | 0 | |
| A | galerie.sh | | | 3 | +++ |
| D | gallerie.sh | | | 3 | --- |
| R | stylesheets/gallerie.css -> stylesheets/galerie.css | | | 0 | |
| M | template.html | | | 2 | +- |
5 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gallerie.html b/galerie.html diff --git a/galerie.sh b/galerie.sh @@ -0,0 +1,3 @@ +title=Galerie +stylesheets=galerie +transforms=("$(transform-li-current-a galerie)") diff --git a/gallerie.sh b/gallerie.sh @@ -1,3 +0,0 @@ -title=Gallerie -stylesheets=gallerie -transforms=("$(transform-li-current-a gallerie)") diff --git a/stylesheets/gallerie.css b/stylesheets/galerie.css diff --git a/template.html b/template.html @@ -39,7 +39,7 @@ </li> <li><a href="actualités.html">actualités</a></li> <li><a href="programmes.html">programmes</a></li> - <li><a href="gallerie.html">gallerie</a></li> + <li><a href="galerie.html">galerie</a></li> </ol> </nav> </div>