{% for page_tag in page.tags-%} {% for project in site.projects -%} {% if project.tag == page_tag -%}

Projektinformationen:

{{ project.name }} {% if project.web and project.web != '' -%} {% endif -%} {% if project.gitlab and project.gitlab != '' -%} {% endif -%} {% if page.matrix and page.matrix != '' -%} {% endif -%} {% if page.twitter and page.twitter != '' -%} {% endif -%} {% if page.mastodon and page.mastodon != '' -%} {% endif -%} {{ project.excerpt | strip_html | markdownify | truncatewords: 60 }}
{% endif -%} {% endfor -%} {% endfor -%}