HUGO
News Docs Themes Community GitHub

Lastmod

Returns the last modification date of site content.

Syntax

SITE.Lastmod

Returns

time.Time
New in v0.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

Last updated: January 1, 0001
Improve this page