{{ config.title }} {%- if term %} - {{ term.name }} {%- endif -%} {%- if config.description %} {{ config.description }} {%- endif %} Zola {{ last_updated | date(format="%+") }} {{ feed_url | safe }} {%- for page in pages %} {% if page.permalink is containing("/food/") %} {% continue %} {% endif %} {{ page.title }} {{ page.date | date(format="%+") }} {{ page.updated | default(value=page.date) | date(format="%+") }} {{ page.permalink | safe }} {{ page.content }} {%- endfor %}