From 987489c8dc310fd42a6948d979cf8265259ed971 Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Mon, 3 Jul 2023 01:44:45 +0900 Subject: i18n(ja): Update frontmatter.md (#294) --- docs/src/content/docs/ja/reference/frontmatter.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/src/content/docs/ja/reference/frontmatter.md b/docs/src/content/docs/ja/reference/frontmatter.md index bc8751b8..252217ad 100644 --- a/docs/src/content/docs/ja/reference/frontmatter.md +++ b/docs/src/content/docs/ja/reference/frontmatter.md @@ -130,3 +130,16 @@ interface HeroConfig { }>; } ``` + +### `lastUpdated` + +**type:** `Date | boolean` + +[グローバルの`lastUpdated`オプション](/ja/reference/configuration/#lastupdated)を上書きします。日付を指定する場合は有効な[YAMLタイムスタンプ](https://yaml.org/type/timestamp.html)である必要があり、ページのGit履歴に保存されている日付を上書きします。 + +```md +--- +title: 最終更新日をカスタマイズしたページ +lastUpdated: 2022-08-09 +--- +``` -- cgit