forked from github/pelican
Parse the metadatas before translating content to HTML
This commit is contained in:
parent
536245b006
commit
93fa87f5d3
2 changed files with 5 additions and 2 deletions
|
|
@ -226,7 +226,7 @@ class ArticlesGenerator(Generator):
|
|||
fromp = os.path.expanduser(os.path.join(self.theme, path))
|
||||
to = os.path.expanduser(os.path.join(self.output_path, path))
|
||||
shutil.copytree(fromp, to)
|
||||
print u' ✔ copying %s to %s' % (fromp, to)
|
||||
print u' ✔ copying %s' % fromp
|
||||
|
||||
except OSError:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue