From 982175b8db2c9178e8c94ef569147fc85d1a143f Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Wed, 20 Jul 2022 11:29:55 +0800 Subject: [PATCH] :pencil2: Docs: fix typo --- .../posts/theme-documentation-built-in-shortcodes/index.en.md | 4 ++-- .../theme-documentation-built-in-shortcodes/index.zh-cn.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.en.md b/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.en.md index 4a6b4b58..7dd4dd34 100644 --- a/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.en.md +++ b/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.en.md @@ -40,8 +40,8 @@ Hugo ships with a set of predefined shortcodes that represent very common usage. {{< admonition tip "Use Shortcodes" >}} 1. Shortcodes with raw string parameters \` \` -2. Shortcodes with Markdown `< >` -3. Shortcodes without Markdown `% %` +2. Shortcodes with Markdown `% %` +3. Shortcodes without Markdown `< >` See detail [shortcodes/#use-shortcodes](https://gohugo.io/content-management/shortcodes/#use-shortcodes) diff --git a/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.zh-cn.md index 8f50eccb..cf6a7a1a 100644 --- a/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.zh-cn.md @@ -39,8 +39,8 @@ Hugo 附带了一组预定义的 shortcodes, 它们实现了一些非常常见 {{< admonition tip "使用 Shortcodes" >}} 1. 带有原始字体串格式的 Shortcodes \` \` -2. 带有 Markdown 的 Shortcodes `< >` -3. 不带有 Markdown 的 Shortcodes `% %` +2. 带有 Markdown 的 Shortcodes `% %` +3. 不带有 Markdown 的 Shortcodes `< >` 详见 [shortcodes/#use-shortcodes](https://gohugo.io/content-management/shortcodes/#use-shortcodes)