Add header image to blogs
This commit is contained in:
parent
03f84426a8
commit
8714b20b74
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ class BlogView(TemplateView):
|
|||
context['blog'] = self.blog_data
|
||||
context['blog']['date'] = reformat_date(self.blog_data['date'])
|
||||
context['html_title'] = self.blog_data['title']
|
||||
context['header_image'] = self.blog_data['featured_image']
|
||||
return context
|
||||
|
||||
def dispatch(self, request, *args, **kwargs):
|
||||
|
|
Reference in a new issue