From f81f55ba9461efee4e0fcf0ba685db68058cd098 Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Wed, 20 Mar 2024 11:06:49 +0900 Subject: [PATCH] translate: samples/multiple-authors into japanese --- .../content/samples/multiple-authors/index.ja.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 exampleSite/content/samples/multiple-authors/index.ja.md diff --git a/exampleSite/content/samples/multiple-authors/index.ja.md b/exampleSite/content/samples/multiple-authors/index.ja.md new file mode 100644 index 00000000..1da1d36b --- /dev/null +++ b/exampleSite/content/samples/multiple-authors/index.ja.md @@ -0,0 +1,15 @@ +--- +title: "複数人の著者" +date: 2022-10-12 +draft: false +description: "複数人の著者の設定方法のサンプル" +tags: ["authors", "sample"] +summary: "複数人の著者の利用方法の簡単な例。" +showAuthor: false +authors: + - "nunocoracao" + - "secondauthor" +type: 'sample' +--- + +これは、著者が複数人の記事がどのように見えるかの例です。 \ No newline at end of file