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

ISTWCMS-5880: fixing double print of title

parent 1c6de106
No related branches found
No related tags found
1 merge request!48ISTWCMS-5880: ensuring that title displays when banner is used
......@@ -4,7 +4,7 @@
{% if type == 'teaser' %}
{% set show_title = 'yes' %}
{% elseif media and media.type == 'image' %}
{% elseif media and (media.type == 'image' or media.type == 'banner') %}
{% set show_title = 'no' %}
{% set show_header = 'no' %}
{% else %}
......
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