Browse Source

Update from Forestry.io - Updated menus

abhidj0090 updated exampleSite/config.toml
pull/141/head
abhidj0090 4 years ago
parent
commit
d4d9a66d7c
1 changed files with 13 additions and 18 deletions
  1. 13
    18
      exampleSite/config.toml

+ 13
- 18
exampleSite/config.toml View File

@@ -20,35 +20,30 @@ languageCode = "fr-fr"
languageName = "Fr"
weight = 2
[[menu.main]]
name = "lectures"
pre = ""
url = "lectures"
weight = "1"
[[menu.main]]
name = "blog"
pre = ""
url = "blog"
weight = "2"
name = "contact"
pre = "#"
url = "contact"
weight = 5
[[menu.main]]
name = "team"
pre = "#"
url = "team"
weight = "3"
weight = 4
[[menu.main]]
name = "about"
pre = "#"
url = "about"
weight = "4"
weight = 3
[[menu.main]]
name = "contact"
name = "blog"
pre = "#"
url = "contact"
weight = "5"
url = "blog"
weight = 2
[[menu.main]]
name = "themefisher"
pre = ""
url = "https://themefisher.com/"
weight = "6"
name = "lectures"
pre = "#"
url = "lectures"
weight = 1
[params]
author = "Themefisher"
description = "Responsive Multipurpose Parallax Hugo Template"

Loading…
Cancel
Save