Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Show latest update and modified

theme

Started by Christophe 5 years ago · 2 replies · 904 views
5 years ago

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:

TWIG
{% 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?

last edited 12/07/21 by Christophe
5 years ago

@Karmalakas:
the docs for lastModified

Hi,
I will display, not only last modified date, but also the latest added dogzone date, similar like on this website https://dogvalley.be/ (see also footer).
Thanks for the link, i will try found out with this info.

Suggested topics

Topic Participants Replies Views Activity
Support · by Marcel, 5 days ago
0 84 5 days ago
Support · by JakobDB, 6 days ago
1 90 5 days ago
Support · by ramenos, 7 days ago
3 103 6 days ago
Support · by gravinator, 2 weeks ago
3 229 7 days ago
Support · by Roger Parkinson, 2 weeks ago
3 308 2 weeks ago