Skip to content

Commit

Permalink
Add content field for feed
Browse files Browse the repository at this point in the history
  • Loading branch information
tankywoo committed May 29, 2016
1 parent 60425b8 commit cb952bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simiki/cli.py
Expand Up @@ -359,6 +359,7 @@ def generate_single_page(self, generator, md_file):

write_file(output_file, html)
meta = generator.meta
meta['content'] = generator.content # TODO
return meta

def _generate_callback(self, result):
Expand Down

0 comments on commit cb952bc

Please sign in to comment.