Weitere Artikel zu diesem Thema
{% assign relevant_posts = site.posts | where_exp: "rpost", "rpost.tags contains include.topic" -%}
{% for post in relevant_posts reversed %}
{% if post.tags contains {{include.topic}} %}
-
{{post.title}}
{% endif %}
{% endfor %}