You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like the categories and tags listed in separate pages
Using this in config.toml
[[menu.main]]
name="Categories"
url='/categories/"
weight=3
[[menu.main]]
name="Tags"
url='/tags/"
weight=4
I am able to list the categories and tags page on menu and get to categories and tags but it is blank how do we fill these pages?
If i use tags and categories in the content page it works for the individual pages however would like all tags and categories displayed in category and tags pages
Much appreciated if someone can assist.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I would like the categories and tags listed in separate pages
Using this in config.toml
[[menu.main]]
name="Categories"
url='/categories/"
weight=3
[[menu.main]]
name="Tags"
url='/tags/"
weight=4
I am able to list the categories and tags page on menu and get to categories and tags but it is blank how do we fill these pages?
If i use tags and categories in the content page it works for the individual pages however would like all tags and categories displayed in category and tags pages
Much appreciated if someone can assist.
Thanks
The text was updated successfully, but these errors were encountered: