panr / hugo-theme-hello-friend

Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
https://github.com/panr/hugo-theme-hello-friend/
MIT License
1.06k stars 1.22k forks source link

Add support for multiple submenus on desktop. #292

Open anuraaga opened 2 years ago

anuraaga commented 2 years ago

Thanks a lot for this easy to use theme! We're starting to use it for wazero

The desktop menu supports one submenu but no more. As the behavior of each submenu is mostly self-contained, we can support multiple by scoping lookups of the submenu component to each one after querying all of them. Hopefully this makes sense as a feature request.