Merge soutade.fr:dynastie

This commit is contained in:
Gregory Soutade
2012-12-24 18:13:01 +01:00
17 changed files with 127 additions and 695 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