1.1 KiB
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 %}