hugo-material-docs
hugo-material-docs copied to clipboard
Bottom navigation doesn't work as expected
I have the following menu
[[menu.main]]
name = "Getting started"
url = "/"
weight = 10
[[menu.main]]
name = "Adding content"
url = "adding-content/"
weight = 20
[[menu.main]]
name = "Roadmap"
url = "roadmap/"
weight = 30
Things look OK if I am in the 2nd page ("Adding content")

But if I were in 1st page, thing broken. I expect the next should point to "Adding content" instead of "Tag".

My config is here https://github.com/yccheok/investing.jstock.co/blob/master/config.toml
and the demo website is here : http://investing.jstock.co/
Any idea what am I doing wrong?
Thanks.
Have the same issue, where is the Tags entry coming from ?
Hi! I had same problem. Temporarily, I created "tags" content.
hugo new tags/index.md
and that contains index of my site.
I have the same issue of tags. Did anyone find a solution to this problem?