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