hugo-material-docs icon indicating copy to clipboard operation
hugo-material-docs copied to clipboard

Bottom navigation doesn't work as expected

Open yccheok opened this issue 8 years ago • 3 comments
trafficstars

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")

2nd

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

1

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.

yccheok avatar Aug 03 '17 20:08 yccheok

Have the same issue, where is the Tags entry coming from ?

Puresoft avatar Oct 26 '17 09:10 Puresoft

Hi! I had same problem. Temporarily, I created "tags" content.

hugo new tags/index.md

and that contains index of my site.

munenari avatar Feb 01 '18 08:02 munenari

I have the same issue of tags. Did anyone find a solution to this problem?

nqcm avatar Apr 17 '18 12:04 nqcm