Skip to content

Latest commit

 

History

History
57 lines (50 loc) · 979 Bytes

File metadata and controls

57 lines (50 loc) · 979 Bytes
layout title
default
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 %}