From 148bf8a1620edfae1e34c160c7a846c63b71acb5 Mon Sep 17 00:00:00 2001 From: Dillon Date: Tue, 8 Feb 2022 19:51:37 +0800 Subject: [PATCH] fix(docs): built-in shortcodes tweet on hugo 0.62.0 error --- .../posts/theme-documentation-built-in-shortcodes/index.en.md | 4 ++-- .../posts/theme-documentation-built-in-shortcodes/index.fr.md | 4 ++-- .../theme-documentation-built-in-shortcodes/index.zh-cn.md | 4 ++-- 3 files changed, 6 insertions(+), 6 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 f73c5f1..5802e9a 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 @@ -142,12 +142,12 @@ The rendered output looks like this: Example `tweet` input: ```markdown -{{}} +{{}} ``` The rendered output looks like this: -{{< tweet user=GoHugoIO id=917359331535966209 >}} +{{< tweet 917359331535966209 >}} ## 8 vimeo diff --git a/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.fr.md b/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.fr.md index 59cc3ee..e6d3d20 100644 --- a/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.fr.md +++ b/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.fr.md @@ -147,12 +147,12 @@ The rendered output looks like this: Example `tweet` input: ```markdown -{{}} +{{}} ``` The rendered output looks like this: -{{< tweet user=GoHugoIO id=917359331535966209 >}} +{{< tweet 917359331535966209 >}} ## 8 vimeo 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 afa9b88..646e672 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 @@ -143,12 +143,12 @@ For more information please have a look at GitHub issue [#7879](https://github.c 一个 `tweet` 示例: ```markdown -{{}} +{{}} ``` 呈现的输出效果如下: -{{< tweet user=GoHugoIO id=917359331535966209 >}} +{{< tweet 917359331535966209 >}} ## 8 vimeo