Remove blog.create_paths()

This commit is contained in:
2012-12-24 18:07:44 +01:00
parent 152e2ab0a6
commit aeadc248d1
4 changed files with 14 additions and 21 deletions

View File

@@ -145,6 +145,8 @@ class Post(Index):
'replace' : self.createReplace,
'tags' : self.createTags}
self.blog = blog
if not os.path.exists(src + '/_post.html'):
self.addError('No _post.html found, exiting')
return self.report