{% set baseurl = "https://c3woc.de/" %}{% set search = "rezept" %} {% if bag('translate', this.alt, 'projectfeed') %}{{ bag('translate', this.alt, 'projectfeed') }}{% else %}Rezepte des C3WOC{% endif %} {{ baseurl }}feed_rezepte.xml {{ none|datetimeformat('YYYY-MM-ddThh:mm:ss') }}Z {% if this.author %}{{ this.author }}{% else %}C3WOC{% endif %} {% set pages = site.query('/rezept').include_undiscoverable(true).all() %}{% for page in pages %}{% if not page._hidden %} {{ page.title }} {{ baseurl }}{{ search }}/{{ page._id }} {% if page.author %}{{ page.author }}{% else %}C3WOC{% endif %} {% if page.teaser %}{{ page.teaser }}{% endif %} {% if page.xml_img %}<br/> <img width="23%" src="{{ page.xml_img }}" /> {% endif %} {% endif %}{% endfor %}