{% comment %} Modified from archive-single.html. {% endcomment %} {% if post.header.teaser %} {% capture teaser %}{{ post.header.teaser }}{% endcapture %} {% else %} {% assign teaser = site.teaser %} {% endif %} {% if post.id %} {% assign title = post.title | markdownify | remove: "

" | remove: "

" %} {% else %} {% assign title = post.title %} {% endif %}
{% if include.type == "grid" and teaser %}
{% endif %} {% if post.link %} {% assign url = post.link %} {% else %} {% assign url = post.url %} {% endif %} {{ post.coursenum }} — {{ post.coursename }} {% if post.school %} (at {{post.school}}) {% endif %} {% include page__meta.html type=include.type %} {% if post.excerpt %}

{{ post.excerpt | markdownify | strip_html | truncate: 160 }}

{% endif %}