Remove recents and posts hooks in post generator

This commit is contained in:
2013-01-12 09:02:08 +01:00
parent ede64026d6
commit c8d9d367c6
2 changed files with 4 additions and 1 deletions

View File

@@ -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'