mirror of https://github.com/gohugoio/hugo
18 lines
399 B
Markdown
18 lines
399 B
Markdown
---
|
|
title: LastChange
|
|
description: Returns the last modification date of site content.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
returnType: time.Time
|
|
signatures: [SITE.LastChange]
|
|
expiryDate: 2026-02-19 # deprecated 2024-02-19 in v0.123.0
|
|
---
|
|
|
|
{{< deprecated-in 0.123.0 >}}
|
|
Use [`.Site.Lastmod`] instead.
|
|
|
|
[`.Site.Lastmod`]: /methods/site/lastmod/
|
|
{{< /deprecated-in >}}
|