1.2 KiB
1.2 KiB
layout | title | permalink | description | nav |
---|---|---|---|---|
page | projects | /projects/ | A growing collection of your cool projects. | true |
{% for project in site.projects %}
{% if project.redirect %}
{% else %}
{% if project.img %}
{% else %}
{% endif %}
{{ project.title }}
{{ project.description }}
{% endif %}
{% endfor %}