biaslab / hugo-academic-group

An academic group website theme for Hugo.
MIT License
52 stars 18 forks source link

make proposal for 2-layer menu nesting #37

Closed bertdv closed 6 years ago

bertdv commented 6 years ago

Make a proposal to nest the mennu w a submenu (just 1-layer of subnesting deep)

ivan-bocharov commented 6 years ago

This can be solved via standard Hugo tools:

[[menu.main]]
    name = "MSc projects"
    url = "#vacancies"
    parent = "recruitment"