Skip to content
Snippets Groups Projects
Commit a307350e authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5195: adding back hero image

parent 25d5fae0
No related branches found
No related tags found
1 merge request!118Feature/istwcms 5195 ebremner node theming
......@@ -9,6 +9,8 @@
'type': type,
'title': node.title,
'sub_title': node.sub_title,
'featured_image': featured_image,
'hero': node.hero,
'date': node.date,
'tags': node.tags,
'content': node.content,
......@@ -22,5 +24,6 @@
'url': node.url,
'additional_info': node.additional_info,
'location_info': node.location_info,
'tags': node.tags,
} %}
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment