From 628f9a598ba8cb8d14e844e99b59faeda14a9aab Mon Sep 17 00:00:00 2001 From: ystkfujii Date: Tue, 21 Mar 2023 13:25:33 +0900 Subject: [PATCH] [ja] update hugo config file --- content/ja/docs/contribute/style/hugo-shortcodes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/contribute/style/hugo-shortcodes/index.md b/content/ja/docs/contribute/style/hugo-shortcodes/index.md index a5596e027bb..8767f391263 100644 --- a/content/ja/docs/contribute/style/hugo-shortcodes/index.md +++ b/content/ja/docs/contribute/style/hugo-shortcodes/index.md @@ -282,7 +282,7 @@ Kubernetesの実行にはサードパーティーのソフトウェアが必要 ## バージョン文字列 ドキュメント内でバージョン文字列を生成して挿入するために、いくつかのバージョンショートコードから選んで使用することができます。 -それぞれのバージョンショートコードはサイトの設定ファイル(`config.toml`)から取得したバージョンパラメーターの値を使用してバージョン文字列を表示します。 +それぞれのバージョンショートコードはサイトの設定ファイル(`hugo.toml`)から取得したバージョンパラメーターの値を使用してバージョン文字列を表示します。 最もよく使われる二つのバージョンパラメーターは`latest`と`version`です。 ### `{{}}`