hugo lastmod
This commit is contained in:
parent
aef5b0a6be
commit
4fab9631c3
14
content/posts/2023/hugo/lastmod.md
Normal file
14
content/posts/2023/hugo/lastmod.md
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
title: "📆 Дата обновления поста в Hugo"
|
||||
date: 2023-02-06T22:39:35+03:00
|
||||
draft: false
|
||||
tags: [tips, hugo]
|
||||
---
|
||||
|
||||
В [Hugo](https://gohugo.io/) есть параметр,
|
||||
в котором можно указать дату и время модификации (изменения)
|
||||
поста.
|
||||
|
||||
```text
|
||||
lastmod: 2022-10-02T10:33:00+03:00
|
||||
```
|
Loading…
Reference in New Issue
Block a user