mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 04:51:53 +02:00
translate: samples/multiple-authors into japanese
This commit is contained in:
parent
74bd2b2b35
commit
f81f55ba94
1 changed files with 15 additions and 0 deletions
15
exampleSite/content/samples/multiple-authors/index.ja.md
Normal file
15
exampleSite/content/samples/multiple-authors/index.ja.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
title: "複数人の著者"
|
||||||
|
date: 2022-10-12
|
||||||
|
draft: false
|
||||||
|
description: "複数人の著者の設定方法のサンプル"
|
||||||
|
tags: ["authors", "sample"]
|
||||||
|
summary: "複数人の著者の利用方法の簡単な例。"
|
||||||
|
showAuthor: false
|
||||||
|
authors:
|
||||||
|
- "nunocoracao"
|
||||||
|
- "secondauthor"
|
||||||
|
type: 'sample'
|
||||||
|
---
|
||||||
|
|
||||||
|
これは、著者が複数人の記事がどのように見えるかの例です。
|
Loading…
Add table
Reference in a new issue