Skip to content

Commit 522ae1e

Browse files
committed
fix contribute section position in menu
Signed-off-by: Ayush <mail@ayuch.dev>
1 parent 901902e commit 522ae1e

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

content/en/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: GITx
33
linkTitle: gitx
4-
# type: "docs"
54
---
65

76
{{< blocks/cover title="Welcome to GITx" image_anchor="top" height="full" >}}

content/en/about/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: About gitx
33
linkTitle: About
4-
menu: {main: {weight: 10}}
4+
menu: {main: {weight: 20}}
55
---
66

77

content/en/blog/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Blog
3-
menu: {main: {weight: 30}}
4-
type: "docs"
3+
menu: {main: {weight: 40}}
4+
# type: "docs"
55
---
66

77
This is the **blog** section.

content/en/contribute/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: "Contributing to GITx"
33
linkTitle: "Contribute"
4-
weight: 40
4+
5+
menu: {main: {weight: 30}}
56
type: "docs"
67
---
78

hugo.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ params:
9191
icon: fab fa-discord
9292
desc: Join the community on Discord!
9393

94-
menu:
95-
main:
96-
- name: Contribute
97-
url: /contribute/
98-
weight: 40
9994

10095
module:
10196
hugoVersion:

0 commit comments

Comments
 (0)