1.5 KiB
1.5 KiB
layout | title | permalink | description | nav |
---|---|---|---|---|
page | projects | /projects/ | A growing collection of your cool projects. | true |
{% assign sorted_projects = site.projects | sort: "importance" %} {% for project in sorted_projects %}
{% if project.redirect %}
{% else %}
{% endif %}
{% endfor %}