Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulprathin8 committed Jan 30, 2024
1 parent fff22e1 commit e71b84e
Showing 1 changed file with 2 additions and 45 deletions.
47 changes: 2 additions & 45 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,59 +11,16 @@ name = "Download"
url = "#downloads-section"
weight = 2

#[[main]]
#name = "Elements"
#url = "elements/"
#weight = 3

#[[main]]
#weight = 4
#name = "Pages"
#hasChildren = true

[[main]]
#parent = "Pages"
name = "Blog"
url = "blog/"

#[[main]]
#parent = "Pages"
#name = "Contact"
#url = "contact/"

#[[main]]
#parent = "Pages"
#name = "Authors"
#url = "authors/"
#
#[[main]]
#parent = "Pages"
#name = "Categories"
#url = "categories/"
#
#[[main]]
#parent = "Pages"
#name = "404 Page"
#url = "404/"


# footer menu
[[footer]]
name = "About"
url = "about/"
weight = 1

#[[footer]]
#name = "Elements"
#url = "elements/"
#weight = 2

[[footer]]
name = "Contact Us"
url = "contact/"
weight = 2
weight = 1

[[footer]]
name = "Privacy Policy"
url = "privacy-policy/"
weight = 3
weight = 2

0 comments on commit e71b84e

Please sign in to comment.