mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
18 lines
384 B
Markdown
18 lines
384 B
Markdown
---
|
|
title: LastChange
|
|
description: Returns the last modification date of site content.
|
|
categories: []
|
|
keywords: []
|
|
action:
|
|
related: []
|
|
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 %}}
|