diff --git a/dynastie/generators/index.py b/dynastie/generators/index.py index 211897c..a6cec5c 100755 --- a/dynastie/generators/index.py +++ b/dynastie/generators/index.py @@ -46,6 +46,7 @@ class Index(DynastieGenerator): 'navigation' : self.createNavigation, 'recents' : self.createRecents, 'tags' : self.createTags, + 'replace' : self.createReplace, 'first_page_only' : self.createFirstPageOnly, 'ljdc_last' : self.createLJDCLast, }