bootstrap_italia-8.x-0.x-dev/components/components-0x/social/social.twig
components/components-0x/social/social.twig
{#
/**
* @file
* Template for Social component.
* Docs: https://italia.github.io/bootstrap-italia/docs/menu-di-navigazione/header/#header-centrale
* Latest revision: v2.6.1
*
* Available config:
* - socials: array
*/
#}
{% apply spaceless %}
{% include '@bi-bcl/deprecated.html.twig' with {
old: 'bootstrap_italia_components/social/social.twig',
new: 'bi-bcl/share/follow-us.html.twig',
} %}
{# Redirect to new component #}
{% include '@bi-bcl/share/follow-us.html.twig' with {
socials: socials,
label: 'Follow us'|t,
} %}
{% endapply %}
