mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 12:12:37 +00:00
30a20122b7
# Conflicts: # docs/data/docs.yaml
532 B
532 B
title, description, categories, keywords, params
| title | description | categories | keywords | params | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Lastmod | Returns the last modification date of site content. |
|
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