Link Summary

This is a link to a resource with a title and optional summary info.

Acclaim: Recent honors for Emory faculty and staff

Atlanta Journal Constitution
June 11, 2019
Atlanta, GA

Emory faculty and staff are routinely recognized for their work locally, nationally and internationally. The following is a sampling of recent accolades, ranging from book awards and fellowship ...
Markup Details
                            {{ attach_library('goizueta_theme/link-summary') }}

<div class="link-summary">
  {% if url is not empty %}
    <h4><a href="{{ url }}">{{ title }}</a></h4>
  {% else %}
    <h4>{{ title }}</h4>
  {% endif %}
  {% for subtitle in subtitles %}
    <div class="subtitle">{{ subtitle }}</div>
  {% endfor %}
  <div class="summary-details">
  {{ summary }}
  </div>
</div>