{% for project in site.projects -%} {% assign last_update = "Unbekannt" -%} {% for ppost in site.posts -%} {% if ppost.tags contains project.tag -%} {% capture last_update %}{{ ppost.date | date_to_string }}{% endcapture -%} {% endif -%} {% endfor -%}

    {{ project.name | markdownify | remove: '

    ' | remove: '

    ' }}

    {% if project.image -%} {% if project.image contains '://' -%}
    {% else -%}
    {% endif -%} {% endif -%} Letztes Update: {{last_update}} {{ project.excerpt | strip_html | markdownify | truncatewords: 60 }}
    {% endfor -%}