Site Logo White

This is the Site Logo used as the site's branding. This version of the logo is usually found in the site's footer.

Markup Details
                            {{ attach_library('goizueta_theme/site-logo') }}
{% import '@components/icons/icons.twig' as icons %}

<div class="site-logo-white {{ classes }}">
  {% if link %}
    <a href="{{ link }}" rel="home" class="site-logo-white__container">
      {{ icons.get(icon, 'icon--site-logo-white')}}
    </a>
  {% else %}
    <div class="site-logo-white__container">
      {{ icons.get(icon, 'icon--site-logo-white')}}
    </div>
  {% endif %}
</div>