Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 422 Bytes

File metadata and controls

31 lines (21 loc) · 422 Bytes
title Homework
layout phil250
section homework

{% assign cat=site.categories.250s2011 %} {% assign subcat="homework"%}

    {% for post in cat %} {% if post.category == subcat %} {% include postindex.html %} {% endif %} {% endfor %}

{% for post in cat %} {% if post.category == subcat %} {% include postlist.html %} {% endif %} {% endfor %}