Hello everyone,
I want showing the latest date/modified date on the homepage’s footer, when a specific collection of (child) pages is last updated and/or modified.
So i make a collection from specific pages:
{% set alldogzones = page.collection({
'items': '@root.descendants',
}).ofType('dogzone') %}
Show total dogzones works perfect:
{{ alldogzones|length }}
But is there a specific twig-filter showing the last updated and/or last modified date from a collection?