Browse Source

Update from Forestry.io

abhidj0090 updated exampleSite/config.toml
pull/141/head
abhidj0090 4 years ago
parent
commit
6e54aee655
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      exampleSite/config.toml

+ 5
- 5
exampleSite/config.toml View File

url = "blog" url = "blog"
weight = 2 weight = 2
[[menu.main]] [[menu.main]]
name = "Who Are We"
pre = "#"
url = "about"
weight = 3
[[menu.main]]
name = "Team Calcomp" name = "Team Calcomp"
pre = "#" pre = "#"
url = "team" url = "team"
weight = 4 weight = 4
[[menu.main]] [[menu.main]]
name = "What We Do"
pre = "#"
url = "about"
weight = 3
[[menu.main]]
name = "Contact Us" name = "Contact Us"
pre = "#" pre = "#"
url = "contact" url = "contact"

Loading…
Cancel
Save