{% comment %} This partial template contains the content structure for each project card. Vertical card layout with image on top, inspired by ozamram.github.io {% endcomment %} {% if project.image %}
{{ project.title | strip_html }}
{% else %}
{% endif %}

{{ project.title | markdownify | remove: '

' | remove: '

' }}

{{ project.description | strip_html | truncate: 150 }}

{% if project.tags %}
{% for tag in project.tags %} {{ tag }} {% endfor %}
{% endif %}
{% if project.links %} {% endif %} {% comment %} Add some error handling for missing content {% endcomment %} {% unless project.title and project.description %} {% endunless %} {% comment %} Add schema.org metadata for better SEO {% endcomment %}