| layout | default |
|---|---|
| title | Calendar |
{% assign sortedposts = site.static['cal'] %}
{% for post in sortedposts %}
{% if post.categories contains 'draft' %}
<td> ... </td>
{% else %}
<td align="left">
<a href="{{ post.url | prepend:site.url | replace:' ','' }} ">{{ post.title }}</a>
</td>
{% endif %}
</tr>
{% endfor %}
| Week | Day | Project |
| {{ post.week }} | {% if post.day == 1 %} Tues {% elsif post.day == 2 %} Thurs {% else %} {% endif %} | |