fix: réintègre la section Partenaires manquante de l'accueil

This commit is contained in:
2026-07-13 18:49:00 +04:00
parent 1644d2606f
commit db5fc5240c
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
"children": [ "children": [
{ "text": "Our work", "url": "/en/#clients" }, { "text": "Our work", "url": "/en/#clients" },
{ "text": "Our instances", "url": "/en/#services-libres" }, { "text": "Our instances", "url": "/en/#services-libres" },
{ "text": "Partners", "url": "/en/#partenaires" },
{ "text": "FAQ", "url": "/en/#faq" }, { "text": "FAQ", "url": "/en/#faq" },
{ "text": "Press", "url": "/en/press/" }, { "text": "Press", "url": "/en/press/" },
{ "text": "Labola", "url": "https://labola.o-k-i.net/", "external": true } { "text": "Labola", "url": "https://labola.o-k-i.net/", "external": true }
+1
View File
@@ -9,6 +9,7 @@
"children": [ "children": [
{ "text": "Réalisations", "url": "/#clients" }, { "text": "Réalisations", "url": "/#clients" },
{ "text": "Nos instances", "url": "/#services-libres" }, { "text": "Nos instances", "url": "/#services-libres" },
{ "text": "Partenaires", "url": "/#partenaires" },
{ "text": "FAQ", "url": "/#faq" }, { "text": "FAQ", "url": "/#faq" },
{ "text": "Presse", "url": "/presse/" }, { "text": "Presse", "url": "/presse/" },
{ "text": "Labola", "url": "https://labola.o-k-i.net/", "external": true } { "text": "Labola", "url": "https://labola.o-k-i.net/", "external": true }
+1
View File
@@ -10,6 +10,7 @@ layout: layouts/base.njk
{% include "partials/hosting.njk" %} {% include "partials/hosting.njk" %}
{% include "partials/clients.njk" %} {% include "partials/clients.njk" %}
{% include "partials/fediverse.njk" %} {% include "partials/fediverse.njk" %}
{% include "partials/partners.njk" %}
{% include "partials/faq.njk" %} {% include "partials/faq.njk" %}
{% include "partials/engagement.njk" %} {% include "partials/engagement.njk" %}
{% include "partials/contact.njk" %} {% include "partials/contact.njk" %}
+1
View File
@@ -10,6 +10,7 @@ layout: layouts/base.njk
{% include "partials/hosting.njk" %} {% include "partials/hosting.njk" %}
{% include "partials/clients.njk" %} {% include "partials/clients.njk" %}
{% include "partials/fediverse.njk" %} {% include "partials/fediverse.njk" %}
{% include "partials/partners.njk" %}
{% include "partials/faq.njk" %} {% include "partials/faq.njk" %}
{% include "partials/engagement.njk" %} {% include "partials/engagement.njk" %}
{% include "partials/contact.njk" %} {% include "partials/contact.njk" %}