Skip to content
Snippets Groups Projects
psets.html 199 B
Newer Older
  • Learn to ignore specific revisions
  • title: Problem Sets
    
    <h1>Problem Sets</h1>
    
      {% for pset in site.psets %}
    
          <a href="{{ pset.url | real_relative_url }}">{{ pset.title }}</a>
    
        </li>
      {% endfor %}
    </ul>