Fix regression : replace hook accidentally removed from index generator
This commit is contained in:
parent
01a070745e
commit
193b439517
|
@ -46,6 +46,7 @@ class Index(DynastieGenerator):
|
||||||
'navigation' : self.createNavigation,
|
'navigation' : self.createNavigation,
|
||||||
'recents' : self.createRecents,
|
'recents' : self.createRecents,
|
||||||
'tags' : self.createTags,
|
'tags' : self.createTags,
|
||||||
|
'replace' : self.createReplace,
|
||||||
'first_page_only' : self.createFirstPageOnly,
|
'first_page_only' : self.createFirstPageOnly,
|
||||||
'ljdc_last' : self.createLJDCLast,
|
'ljdc_last' : self.createLJDCLast,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user