--- layout: default --- {% include site-header.html -%}

{{ page.name }}

{{ content }}
{% if page.web and page.web != '' -%} {% endif -%} {% if page.gitlab and page.gitlab != '' -%} {% endif -%} {% if page.matrix and page.matrix != '' -%} {% endif -%} {% if page.twitter and page.twitter != '' -%} {% endif -%} {% if page.mastodon and page.mastodon != '' -%} {% endif -%}
{% assign p = 0 -%} {% assign relevant_posts = site.posts | where_exp: "rpost", "rpost.tags contains page.tag" -%} {% for post in relevant_posts -%} {% if post.categories contains 'project' -%} {% if post.tags contains page.tag -%} {% assign p = p | plus: 1 -%} {% endif -%} {% endif -%} {% endfor -%} {% if p > 0 -%}

Aus dem Blog:

{% endif -%} {% if p == 1 -%} {% for post in relevant_posts -%} {% if post.categories contains 'project' -%} {% if post.tags contains page.tag -%}

{{ post.title | markdownify | remove: '

' | remove: '

' }}

{{ post.content }} {% endif -%} {% endif -%} {% endfor -%} {% else -%} {% for post in relevant_posts -%} {% if post.categories contains 'project' -%} {% if post.tags contains page.tag -%}

{{ post.title | markdownify | remove: '

' | remove: '

' }}

{{ post.excerpt | strip_html | markdownify | truncatewords: 60 }} {% endif -%} {% endif -%} {% endfor -%} {% endif %}
{% include site-aside.html -%}
{% include site-footer.html %}