Remove recents and posts hooks in post generator
This commit is contained in:
@@ -147,6 +147,8 @@ class Post(Index):
|
||||
self.hooks['comments'] = self.createComments
|
||||
self.hooks['replace'] = self.createReplace
|
||||
del self.hooks['navigation']
|
||||
del self.hooks['recents']
|
||||
del self.hooks['posts']
|
||||
|
||||
self.blog = blog
|
||||
name = 'post'
|
||||
|
||||
Reference in New Issue
Block a user