Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
remove todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosptf committed Jul 17, 2019
1 parent fcba0e8 commit d0a448b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions quokka/core/content/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,17 +227,6 @@ def locale_modified(self):

@property
def metadata(self):
# TODO: get metadata from database
# TODO: implement libratar/gravatar
# return {
# 'cover': 'foo',
# 'author_gravatar': 'http://i.pravatar.cc/300',
# 'about_author': 'About Author',
# 'translations': ['en'],
# 'og_image': 'foo',
# 'series': 'aa',
# 'asides': 'aaa'
# }
data = {}
data.update(custom_var_dict(self.data.get('custom_vars')))
return data
Expand Down

0 comments on commit d0a448b

Please sign in to comment.