Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

I want to display the last_modified date on the page

Started by Muut Archive 10 years ago · 2 replies · 678 views
10 years ago

I want to display the last_modified date on the page, but when I place in my template, I don't get anything.

TWIG
{{ page.last_modified }}

or

TWIG

{{ last_modified }}
---
10 years ago

Thanks for the pointer. I was able to accomplish this in my theme, but doing the following:

TWIG

    {{ page.modified()|date("m/d/Y") }}
---

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1361 9 years ago
Archive · by Muut Archive, 9 years ago
2 939 9 years ago
Archive · by Muut Archive, 9 years ago
2 4069 9 years ago
Archive · by Muut Archive, 9 years ago
1 2958 9 years ago
Archive · by Muut Archive, 9 years ago
3 1123 9 years ago