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

Skip to content
Snippets Groups Projects
Commit b7fd9570 authored by escuriola's avatar escuriola
Browse files

OEL-1147: Remove EU logo block for footer.

parent e655b4a5
No related branches found
No related tags found
1 merge request!81OEL-1147 - Footer
......@@ -23,6 +23,15 @@
],
} %}
{% set eu_logo %}
<picture>
<source media="(max-width: 992px)"
srcset="{{ bcl_logo_path ~ 'eu/mobile/logo-eu--' ~ current_language_id|to_internal_language_id ~ '.svg' }}">
<img src="{{ bcl_logo_path ~ 'eu/logo-eu--' ~ current_language_id|to_internal_language_id ~ '.svg' }}"
alt="{{ site_logo_alt }}" title="{{ site_logo_title }}"/>
</picture>
{% endset %}
{% set _bottom_sections = {
'extra_classes': 'pb-4 pb-lg-5 mt-4 mt-lg-5 bcl-footer__bordered-row row',
'cols': [
......@@ -31,7 +40,7 @@
'items': [
{
'type': 'content',
'content': drupal_block('whitelabel_eu_logo_block'),
'content': eu_logo,
},
],
},
......
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