Skip to content
Snippets Groups Projects
Commit d691e637 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5880: ensuring that title displays when banner is used

parent 56e8d419
No related branches found
No related tags found
1 merge request!48ISTWCMS-5880: ensuring that title displays when banner is used
......@@ -4,6 +4,12 @@
{% include '@components/banners/banners.twig' with {
'banners': media.media
} only %}
{% if header %}
{% include '@components/card/card-elements/_header.twig' with {
'header': header,
'show_title': 'yes',
} %}
{% endif %}
{% endif %}
{% if media.type == 'image' %}
......
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