Site Logo

This is the Site Logo used as the site's branding.

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

<div class="site-logo">
  {% if link %}
    <a href="{{ link }}" rel="home" class="site-logo__container" title="Emory Goizueta Business School">
      {{ icons.get(icon, 'icon--site-logo')}}
    </a>
  {% else %}
    <div class="site-logo__container">
      {{ icons.get(icon, 'icon--site-logo')}}
    </div>
  {% endif %}
</div>