pages/_pages/projects.md
2016-07-05 02:38:32 -04:00

1.1 KiB

layout title permalink description
page projects /projects/ A growing collection of your cool projects.

{% for project in site.projects %}

{% if project.redirect %}

{% else %}
{% if project.img %} {% else %}
{% endif %}

{{ project.title }}


{{ project.description }}

{% endif %}

{% endfor %}