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

ISTWCMS-5880: fixing media with location

parent 02cac31d
No related branches found
No related tags found
1 merge request!48ISTWCMS-5880: ensuring that title displays when banner is used
<div class="card__banner--image{% if image.media_width %} layout {{ image.media_width }}{% endif %}"> <div class="card__banner--image">
{% if image.link %} {% if image.link %}
<a href="{{ image.link }}"> <a href="{{ image.link }}">
{% endif %} {% endif %}
......
<div class="card__media"> <div class="card__media{% if media.media.media_width %} layout {{ media.media.media_width }}{% endif %}">
{% if media.type == 'banner' %} {% if media.type == 'banner' %}
{% include '@components/banners/banners.twig' with { {% include '@components/banners/banners.twig' with {
......
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