Skip to content
Snippets Groups Projects
psets.html 220 B
Newer Older
title: Problem Sets
<h1>Problem Sets</h1>

<ul>
  {% for post in site.posts %}
    <li>
      <h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
      <p>{{ post.excerpt }}</p>
    </li>
  {% endfor %}
</ul>