[FIX] navbarification process
This commit is contained in:
parent
6c49220265
commit
85c5b64f96
@ -50,7 +50,7 @@ def navbarify(node, navbar=None):
|
|||||||
# reference
|
# reference
|
||||||
# no bullet_list.list_item -> don't dropdownify
|
# no bullet_list.list_item -> don't dropdownify
|
||||||
if not list_item.children[1].children:
|
if not list_item.children[1].children:
|
||||||
return
|
continue
|
||||||
|
|
||||||
list_item['classes'].append('dropdown')
|
list_item['classes'].append('dropdown')
|
||||||
# list_item.compact_paragraph.reference
|
# list_item.compact_paragraph.reference
|
||||||
|
Loading…
Reference in New Issue
Block a user