zh-translation: test/boil_and_lists/index.md (#9652)

* zh-translation:test/boil_and_lists/index.md

* modify
This commit is contained in:
orangegzx 2021-05-01 17:28:56 +08:00 committed by GitHub
parent 4a4552a9a7
commit eba8e4bcb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,21 +1,21 @@
---
title: Boilerplates and Lists
description: Composing boilerplates and lists.
title: 模板和列表
description: 编写模板和列表。
skip_sitemap: true
---
1. Plain boilerplate:
1. 普通模板:
{{< boilerplate "test-0" >}}
1. Boilerplate with some markdown and a short code:
1. 带有一些标记和简短代码的模板:
{{< boilerplate "test-1" >}}
1. Boilerplate with only a `shortcode`:
1. 只有一个 `shortcode` 的模板:
{{< boilerplate "test-2" >}}
1. Boilerplate with only a `shortcode` with a nested text block:
1. 只有一个 `shortcode` 的模板,有一个嵌套的文本块:
{{< boilerplate "test-3" >}}