{{ site.projects_title | default: "Projects" }}

{% for project in site.data.projects %}

{{ project.name }}

{%- if project.link -%} {% include a.html href=project.link class="project-link" %}{{ project.link }} {%- endif -%}

{%- if project.quote -%}

{{ project.quote }}

{%- endif -%} {{ project.description | strip | markdownify }}
{% endfor %}