pages/_pages/projects.md
Maruan Al-Shedivat 6e9de53d68 Update pagination
2020-05-02 18:09:42 -04:00

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