mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
557 B
557 B
title, description, categories, keywords, params
| title | description | categories | keywords | params | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Lastmod | Returns the last modification date of site content. |
|
{{< 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