Skip to content

Commit

Permalink
🌐Added verbose menu for "about"
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbiNespu committed Mar 14, 2022
1 parent 226d7f1 commit 585998d
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 7 deletions.
31 changes: 25 additions & 6 deletions exampleSite/config/_default/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,31 @@
name = "About"
url = "/about"
weight = 4
[[main]]
identifier = "About1"
name = "🛠️ Changelog"
url = "about/changelog"
weight = 1
parent = "About"
[[main]]
identifier = "About2"
name = "⚖️ License"
url = "about/license"
weight = 2
parent = "About"
[[main]]
identifier = "About3"
name = "☔ Disclaimer"
url = "about/disclaimer"
weight = 3
parent = "About"
[[main]]
identifier = "About4"
name = "☎️ Contact"
url = "about/contact"
weight = 4
parent = "About"


[[main]]
identifier = "Others"
Expand Down Expand Up @@ -123,12 +148,6 @@
url = "others/marketplace"
weight = 6
parent = "Others"
[[main]]
identifier = "Others6"
name = "☔ Disclaimer"
url = "others/disclaimer"
weight = 7
parent = "Others"

[[main]]
name = "Search"
Expand Down
27 changes: 26 additions & 1 deletion exampleSite/config/_default/menus/menus.ms.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[[main]]
identifier = "category"
name = "Arkib"
url = "/posts/ms"
url = "/ms/posts"
weight = 2
[[main]]
identifier = "category1"
Expand Down Expand Up @@ -81,6 +81,31 @@
name = "Tentang"
url = "/about"
weight = 4
[[main]]
identifier = "About1"
name = "🛠️ Ubah log"
url = "about/changelog"
weight = 1
parent = "About"
[[main]]
identifier = "About2"
name = "⚖️ Lesen"
url = "about/license"
weight = 2
parent = "About"
[[main]]
identifier = "About3"
name = "☔ Penafian"
url = "about/disclaimer"
weight = 3
parent = "About"
[[main]]
identifier = "About4"
name = "☎️ Hubungi"
url = "about/contact"
weight = 4
parent = "About"


[[main]]
identifier = "Others"
Expand Down

0 comments on commit 585998d

Please sign in to comment.