Skip to content
Snippets Groups Projects
Commit 8833966a authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-6827: remove social media icon HTML from local footer when there are no social media items

parent d533f93f
No related branches found
No related tags found
1 merge request!180ISTWCMS-6827: remove social media icon HTML from local footer when there are no social media items
...@@ -15,11 +15,15 @@ ...@@ -15,11 +15,15 @@
</a> </a>
</div> </div>
{% endif %} {% endif %}
{% if social_media.menu_tree %}
<div class="uw-site-footer__social-media"> <div class="uw-site-footer__social-media">
{% include "@components/menu/menu--social/menu--social.twig" with { {% include "@components/menu/menu--social/menu--social.twig" with {
"social_media_placement": 'local-site-footer', "social_media_placement": 'local-site-footer',
} %} } %}
</div> </div>
{% endif %}
<div class="uw-site-footer__content"> <div class="uw-site-footer__content">
{{ body }} {{ body }}
</div> </div>
......
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