diff --git a/.nvimlog b/.nvimlog index 737785a..ea3530e 100644 --- a/.nvimlog +++ b/.nvimlog @@ -1,2 +1,3 @@ WARN 2024-05-18T09:36:35.325 329730 log_path_init:95: Failed to create directory /var/www/.cache for writing logs: Unknown system error 1 WARN 2024-05-18T18:18:09.860 1425503 log_path_init:95: Failed to create directory /var/www/.cache for writing logs: Unknown system error 1 +WARN 2024-08-18T15:42:00.279 1371547 log_path_init:95: Failed to create directory /var/www/.cache for writing logs: Unknown system error 1 diff --git a/alldomains b/alldomains index 8d878e6..0930b8f 100644 --- a/alldomains +++ b/alldomains @@ -528,4 +528,5 @@ https://s.werobot.fr//blog/bob-ross/5de7d40de5276/50.jpg https://s.werobot.fr//blog/bob-ross/5de7d3e87eb60/50.jpg https://s.werobot.fr//blog/bob-ross/5de7d3ee8714f/50.jpg https://s.werobot.fr//blog/bob-ross/20190915_182329.mp4 -https://s.werobot.fr//25-09-2019-bpm-vernon-interview.mp3 \ No newline at end of file +https://s.werobot.fr//25-09-2019-bpm-vernon-interview.mp3 +https://werobot.fr/images/logo.png \ No newline at end of file diff --git a/config.toml b/config.toml index 074fb34..b451904 100644 --- a/config.toml +++ b/config.toml @@ -28,6 +28,7 @@ description = """ Created in 2017, local association of robotic for youth, based in Gaillon, France. We participate to international and national competitions, winner of First Global Contest in Washington DC in 2017 and of World Adolescent Robotic Contest in Guyiang, China in 2018. """ home = "Home" +partners="Our partners" previous = "Previous" next = "Next" about = "About" @@ -308,6 +309,12 @@ identifier="about" url="/about" title="A Propos" +[[menus.main]] +weight=4 +identifier="partners" +url="/partners" +title="Nos partenaires" + [[menus.main]] weight=4 identifier="contact-us"