diff --git a/.gitignore b/.gitignore
index e1209d4..90346e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
web
!web/.gitkeep
+!web/image
agendadulibre.xml
news.md
diff --git a/style.css b/style.css
index 614110b..bddc1fa 100644
--- a/style.css
+++ b/style.css
@@ -5367,3 +5367,7 @@ h2 {
border-top: thin solid currentColor;
padding-top: 0.5em;
}
+nav>a[href="canary.html"]>img {
+ height: 1.5em;
+ width: auto;
+}
diff --git a/template.html b/template.html
index c197077..1eec1a4 100644
--- a/template.html
+++ b/template.html
@@ -20,6 +20,7 @@
Actualités
À propos
Contact
+
@@ -32,7 +33,6 @@