Skip to content

Commit

Permalink
Merge pull request #834 from andrea-kyurchiev/feat/adds-vacancies-to-…
Browse files Browse the repository at this point in the history
…menus

feat: adds vacancies to the top and footer menus
  • Loading branch information
CiaraFlanagan committed Aug 1, 2024
2 parents c58fbba + ca466b1 commit 9c35453
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 3 deletions.
9 changes: 8 additions & 1 deletion config/_default/menus.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ main:
URL: about/contact
parent: about
weight: 6
- name: Vacancies
URL: about/vacancies
parent: about
weight: 7
footer_left:
- name: Learn
URL: learn
Expand Down Expand Up @@ -149,4 +153,7 @@ footer_right:
weight: 6
- name: Privacy Policy
URL: about/privacy
weight: 7
weight: 7
- name: Vacancies
URL: about/vacancies
weight: 8
9 changes: 8 additions & 1 deletion config/_default/menus.fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ main:
URL: fr/about/contact
parent: about
weight: 6
- name: Postes vacants
URL: fr/about/vacancies
parent: about
weight: 7
footer_left:
- name: Apprendre
URL: fr/learn
Expand Down Expand Up @@ -120,4 +124,7 @@ footer_right:
weight: 6
- name: Politique de confidentialité
URL: fr/about/privacy
weight: 7
weight: 7
- name: Postes vacants
URL: fr/about/vacancies
weight: 8
9 changes: 8 additions & 1 deletion config/_default/menus.ja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ main:
URL: ja/about/contact
parent: about
weight: 6
- name: 欠員
URL: ja/about/vacancies
parent: about
weight: 7
footer_left:
- name: 学ぶ
URL: ja/learn
Expand Down Expand Up @@ -120,4 +124,7 @@ footer_right:
weight: 6
- name: プライバシーポリシー
URL: ja/about/privacy
weight: 7
weight: 7
- name: 欠員
URL: ja/about/vacancies
weight: 8
7 changes: 7 additions & 0 deletions config/_default/menus.pt-br.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ main:
URL: pt-br/about/contact
parent: about
weight: 6
- name: Vagas
URL: pt-br/about/vacancies
parent: about
weight: 7
footer_left:
- name: Aprender
URL: pt-br/learn
Expand Down Expand Up @@ -121,3 +125,6 @@ footer_right:
- name: Política de Privacidade
URL: pt-br/about/privacy
weight: 7
- name: Vagas
URL: pt-br/about/vacancies
weight: 8
File renamed without changes.

0 comments on commit 9c35453

Please sign in to comment.