Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c6f816a0 authored by escuriola's avatar escuriola Committed by drishu
Browse files

OEL-1552: Moving the empty condition outside the wrapper div.

parent 65df3ca4
No related branches found
No related tags found
1 merge request!162OEL-1552: Theme the person content type
......@@ -6,8 +6,8 @@
#}
{% set _content %}
{{ content.oe_summary }}
<div class="mt-2-5 mb-2">
{% if social_links is not empty %}
{% if social_links is not empty %}
<div class="mt-2-5 mb-2">
{% for _link in social_links %}
<div class="mb-3 mb-md-0 d-block d-md-inline-block me-md-4-5">
{{ pattern('link', _link|merge(
......@@ -17,8 +17,8 @@
) ) }}
</div>
{% endfor %}
{% endif %}
</div>
</div>
{% endif %}
{% endset %}
<div{{ attributes }}>
{{ pattern('content_banner', {
......
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