From 2f584720bfda5491e5c9506f9824ede39ef7af7e Mon Sep 17 00:00:00 2001
From: julientaq <julien@coko.foundation>
Date: Wed, 22 Dec 2021 10:37:49 +0100
Subject: [PATCH] change menu order

---
 src/about.md    | 2 +-
 src/contact.md  | 2 +-
 src/products.md | 2 +-
 src/team.md     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/about.md b/src/about.md
index 18bd65d..40529bb 100644
--- a/src/about.md
+++ b/src/about.md
@@ -3,7 +3,7 @@ title: About
 menu: True
 class: about
 layout: single.njk
-order: 4
+order: 1
 heading: We build better for the community 
 chapeau: At Coko, collaboration is the means and the end.
 ---
diff --git a/src/contact.md b/src/contact.md
index 83ec227..2ed53a9 100644
--- a/src/contact.md
+++ b/src/contact.md
@@ -3,7 +3,7 @@ title: Contact
 menu: true
 class: contact
 layout: single.njk
-order: 6
+order: 5
 heading: Drop us a line
 chapeau: Get in touch
 ---
diff --git a/src/products.md b/src/products.md
index 79a5c36..943fc87 100644
--- a/src/products.md
+++ b/src/products.md
@@ -4,7 +4,7 @@ permalink: /products.html
 menu: true
 layout: products.njk
 class: products
-order: 3
+order: 2
 heading: We use open source to create the perfect platform for you.
 chapeau: 
 ---
diff --git a/src/team.md b/src/team.md
index 9fd91c1..fc5b06b 100644
--- a/src/team.md
+++ b/src/team.md
@@ -3,7 +3,7 @@ title: Team
 menu: true
 layout: team.njk
 class: team
-order: 5
+order: 4
 heading: We build better publishing platforms, with you or for you.
 ---
 
-- 
GitLab