diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-13 18:07:15 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-13 18:07:15 +0100 |
| commit | 84025a026a5ba791c66967fce9903bdd684f7446 (patch) | |
| tree | ce2346f9d08b3a8605ab1ef9fb69ae4082b70db9 | |
| parent | 59841e6eee8f2ddfef81d29f588c2a661bde54b4 (diff) | |
| download | quatuorbellefeuille.com-84025a026a5ba791c66967fce9903bdd684f7446.tar.xz | |
Fix typo
| -rw-r--r-- | galerie.html (renamed from gallerie.html) | 0 | ||||
| -rw-r--r-- | galerie.sh | 3 | ||||
| -rw-r--r-- | gallerie.sh | 3 | ||||
| -rw-r--r-- | stylesheets/galerie.css (renamed from stylesheets/gallerie.css) | 0 | ||||
| -rw-r--r-- | template.html | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/gallerie.html b/galerie.html index 4f46d6c..4f46d6c 100644 --- a/gallerie.html +++ b/galerie.html diff --git a/galerie.sh b/galerie.sh new file mode 100644 index 0000000..a2ace2b --- /dev/null +++ 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 deleted file mode 100644 index b52ee27..0000000 --- a/gallerie.sh +++ /dev/null @@ -1,3 +0,0 @@ -title=Gallerie -stylesheets=gallerie -transforms=("$(transform-li-current-a gallerie)") diff --git a/stylesheets/gallerie.css b/stylesheets/galerie.css index a75faf7..a75faf7 100644 --- a/stylesheets/gallerie.css +++ b/stylesheets/galerie.css diff --git a/template.html b/template.html index 638aa39..bc49966 100644 --- 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> |
