Skip to content

Commit

Permalink
Update node--ubc-landing-page--featured-content.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
occupant committed Oct 13, 2022
1 parent f70a74d commit bca0289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<div{{ caption_attributes.addClass(caption_classes) }}>
{% if not (node.field_landing_image_teaser.isEmpty == true) and content.field_landing_image_teaser is defined %}
<div{{ title_attributes.addClass(title_classes) }}>
{{ content.field_event_image_teaser.0 }}
{{ content.field_landing_image_teaser.0 }}
</div>
{% else %}
<h1{{ title_attributes.addClass(title_classes) }}>{{ label }}</h1>
Expand Down

0 comments on commit bca0289

Please sign in to comment.