{% if include.post.parent_project %} {% capture href %}{{ include.post.parent_project.home_url }}blog/{{ include.post.date | date: "%Y-%m-%d" }}-{{ include.post.slug }}/{% endcapture %} {% else %} {% capture href %}{{ include.post.url }}{% endcapture %} {% endif %} {% capture cover_image_src %}{% endcapture %} {% if include.post.card_image %} {% if include.post.parent_project %} {% capture cover_image_src %}{{ include.post.parent_project.home_url }}{{ include.post.card_image }}{% endcapture %} {% else %} {% capture cover_image_src %}{{ include.post.card_image | relative_url }}{% endcapture %} {% endif %} {% endif %} {% if cover_image_src != "" and include.can_be_featured %}
Cover image
{% endif %}
{% if include.post.parent_project == nil and site.is_hub == true %}
{% include assets/symbol.svg %}
{% endif %}
{% if include.post.parent_project %} {% assign project_symbol_path = include.post.parent_project.name | append: "/assets/symbol.svg" %} {% assign relative_symbol_path = "/projects/" | append: project_symbol_path %}

{{ include.post.parent_project.title }}

{% endif %}

{{ include.post.title }}

{{ include.post.excerpt | remove: '

' | remove: '

' | remove: '
' | remove: '
' | remove: '
' }}