From eba8e4bcb9fc83b10ca5e5fc8afc8bf25b3d0cc9 Mon Sep 17 00:00:00 2001 From: orangegzx Date: Sat, 1 May 2021 17:28:56 +0800 Subject: [PATCH] zh-translation: test/boil_and_lists/index.md (#9652) * zh-translation:test/boil_and_lists/index.md * modify --- content/zh/test/boil_and_lists/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/zh/test/boil_and_lists/index.md b/content/zh/test/boil_and_lists/index.md index 630a220037..dcfe3aa871 100644 --- a/content/zh/test/boil_and_lists/index.md +++ b/content/zh/test/boil_and_lists/index.md @@ -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" >}}