yoshiharuyamashita/blackburn

Two level menu

Closed this issue · 3 comments

I followed the instructions for making the two-level menu.
However, the menu could not be expand. Is it the issue of blackburn theme?

  [[menu.main]]
    identifier = "brand"
    name = "brand"
    url = "/brands/"
    
    [[menu.main]]
        parent = "brand"
        name = "nike"
        url = "/brands/nike/"

    [[menu.main]]
        parent = "brand"
        name = "adidas"
        url = "/brands/adidas/"  

Hi, Having the same issue - did you find a solution?

@david-j-m Unfortunately, I still have no idea.

Yes, it seems to be a bug of the theme.
I'll attempt to get it fixed when time allows.