Open yccheok opened 7 years ago
I realize if I changed
[[menu.main]]
name = "Material"
url = "/"
weight = 0
to
[[menu.main]]
name = "Material"
url = "/"
weight = 1
It will then be the first menu item.
using latest version of hugo this realy not works. we used older version of this templates and hugo before and it was working.
air-2:test-doc hudecof$ hugo version
Hugo Static Site Generator v0.30.2 darwin/amd64 BuildDate: 2017-11-07T11:12:28+01:00
air-2:test-doc hudecof$ ./hugo_0.25 version
Hugo Static Site Generator v0.25 darwin/amd64 BuildDate: 2017-07-07T09:29:34+02:00
seem to be HUGO prorblem ;( not the theme
According to https://themes.gohugo.io/theme/material-docs/getting-started/
In
config.toml
, the content isI expect
Material
menu item will come first, followed byGetting started
asMaterial
has less weight.But, it didn't seem like the case. Am I missing anything?
Thanks.