alanorth / hugo-theme-bootstrap4-blog

A blogging-centric Bootstrap v4 theme for the Hugo static site generator.
Other
204 stars 132 forks source link

adds submenu capability #148

Open Farbauti89 opened 2 years ago

Farbauti89 commented 2 years ago

This PR adds the capability to define submenus in the "navbar".

It basically combines Hugos [menu template](https://gohugo.io/templates/menu-templates/) with bootstraps navbar.

I also added a "navbar" to the exampleSite to demonstrate the usage.