{# /** * @ingroup themeable */ #} {% set classes = [ 'social-media-links--platforms', 'platforms', appearance.orientation == 'h' ? 'inline horizontal' : 'vertical', ] %} {% for platform in platforms %}
  • {% if appearance.show_name %} {% if appearance.orientation == 'h' %}
    {% endif %} {% endif %}
  • {% endfor %}