{%-comment-%} lists a project as a section card given a project hash inputs: project the project to render dependencies: site.show.authors used to determine whether to show authors site.show.project_authors used to determine whether to show authors site.title used to determine whether to show separator local: modified_date the proejct's modification date, if any, that differs from project.date {%-endcomment-%} {%-if project.published %}
{% if project.images-%}
{% include item_image.html-%}
{%-include categories.html %}
{%-if project.series %}
{{ project.series | replace: '-',' ' | split: " " | join: "-----" | camelcase | split: "-----" | join: " "-}}
{%-endif %}
{%-endif %}
{%-assign modified_date = project.modified_date | default: project.last_modified_at-%} {%-if modified_date-%} {% include date_modified.html item_date=modified_date lead_in='last modified: '-%} {%-endif %}
{% include item_date.html %}

{{-project.title-}}

{{-project.subtitle-}}

{%-if site.show.project_authors and site.show.authors and project.author or project.location-%} {%-endif-%}
{% if include.summary or project.summary or project.excerpt-%}
{{-include.summary | default: project.summary | default: project.excerpt | markdownify-}}
{%-endif %} {%-include tags.html %}

{% endif %}