Skip to content

Commit ca466b1

Browse files
feat: adds vacancies to the top and footer menus
1 parent c58fbba commit ca466b1

5 files changed

Lines changed: 31 additions & 3 deletions

File tree

config/_default/menus.en.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ main:
8181
URL: about/contact
8282
parent: about
8383
weight: 6
84+
- name: Vacancies
85+
URL: about/vacancies
86+
parent: about
87+
weight: 7
8488
footer_left:
8589
- name: Learn
8690
URL: learn
@@ -149,4 +153,7 @@ footer_right:
149153
weight: 6
150154
- name: Privacy Policy
151155
URL: about/privacy
152-
weight: 7
156+
weight: 7
157+
- name: Vacancies
158+
URL: about/vacancies
159+
weight: 8

config/_default/menus.fr.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ main:
6161
URL: fr/about/contact
6262
parent: about
6363
weight: 6
64+
- name: Postes vacants
65+
URL: fr/about/vacancies
66+
parent: about
67+
weight: 7
6468
footer_left:
6569
- name: Apprendre
6670
URL: fr/learn
@@ -120,4 +124,7 @@ footer_right:
120124
weight: 6
121125
- name: Politique de confidentialité
122126
URL: fr/about/privacy
123-
weight: 7
127+
weight: 7
128+
- name: Postes vacants
129+
URL: fr/about/vacancies
130+
weight: 8

config/_default/menus.ja.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ main:
6161
URL: ja/about/contact
6262
parent: about
6363
weight: 6
64+
- name: 欠員
65+
URL: ja/about/vacancies
66+
parent: about
67+
weight: 7
6468
footer_left:
6569
- name: 学ぶ
6670
URL: ja/learn
@@ -120,4 +124,7 @@ footer_right:
120124
weight: 6
121125
- name: プライバシーポリシー
122126
URL: ja/about/privacy
123-
weight: 7
127+
weight: 7
128+
- name: 欠員
129+
URL: ja/about/vacancies
130+
weight: 8

config/_default/menus.pt-br.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ main:
6161
URL: pt-br/about/contact
6262
parent: about
6363
weight: 6
64+
- name: Vagas
65+
URL: pt-br/about/vacancies
66+
parent: about
67+
weight: 7
6468
footer_left:
6569
- name: Aprender
6670
URL: pt-br/learn
@@ -121,3 +125,6 @@ footer_right:
121125
- name: Política de Privacidade
122126
URL: pt-br/about/privacy
123127
weight: 7
128+
- name: Vagas
129+
URL: pt-br/about/vacancies
130+
weight: 8
File renamed without changes.

0 commit comments

Comments
 (0)