Skip to content

Commit 9e3ac74

Browse files
committed
Make sure to expose the active private variable
Fixes #13
1 parent f9f8c5f commit 9e3ac74

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mkdocs_section_index/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ def __init__(
1717
Section.__init__(self, title=title, children=children)
1818
self.is_section = self.is_page = True
1919

20+
active = Page.active
21+
2022
def __repr__(self):
2123
return "Section" + Page.__repr__(self)
2224

0 commit comments

Comments
 (0)