Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 368 Bytes

File metadata and controls

20 lines (16 loc) · 368 Bytes
layout default
title WIP Posts

Work In Progress Posts

Posts that are currently in progress and unlisted:

    {% for post in site.posts %} {% unless post.categories contains "WIP" %} {% continue %} {% endunless %}
    {% if post.url %}
        <li><a href="{{ post.url }}">{{ post.title }}</a></li>
    {% endif %}
    

    {% endfor %}