Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 602 Bytes

teaching.md

File metadata and controls

30 lines (22 loc) · 602 Bytes
layout title permalink
page
Teaching
/teaching/

Posts

    {% for post in site.posts %} {% if post.type == 'teaching' %}
  • {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %} {{ post.date | date: date_format }} | {{ post.course }}
        <h2>
          <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
        </h2>
      </li>
    {% endif %}
    {% endfor %}