There was an error while loading. Please reload this page.
active
1 parent f9f8c5f commit 9e3ac74Copy full SHA for 9e3ac74
1 file changed
mkdocs_section_index/__init__.py
@@ -17,6 +17,8 @@ def __init__(
17
Section.__init__(self, title=title, children=children)
18
self.is_section = self.is_page = True
19
20
+ active = Page.active
21
+
22
def __repr__(self):
23
return "Section" + Page.__repr__(self)
24
0 commit comments