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