hugo/docs/content/en/methods/site/Lastmod.md
2024-06-21 09:41:24 +02:00

541 B

title description categories keywords action
Lastmod Returns the last modification date of site content.
related returnType signatures
time.Time
SITE.Lastmod

{{< new-in 0.123.0 >}}

The Lastmod method on a Site object returns a time.Time value. Use this with time functions and methods. For example:

{{ .Site.Lastmod | time.Format ":date_long" }} → January 31, 2024