fix(docs): built-in shortcodes tweet on hugo 0.62.0 error

This commit is contained in:
Dillon 2022-02-08 19:51:37 +08:00
parent e55256c498
commit 148bf8a162
No known key found for this signature in database
GPG key ID: 0EF4AE57FB98F108
3 changed files with 6 additions and 6 deletions

View file

@ -142,12 +142,12 @@ The rendered output looks like this:
Example `tweet` input:
```markdown
{{</* tweet user=GoHugoIO id=917359331535966209 */>}}
{{</* tweet 917359331535966209 */>}}
```
The rendered output looks like this:
{{< tweet user=GoHugoIO id=917359331535966209 >}}
{{< tweet 917359331535966209 >}}
## 8 vimeo

View file

@ -147,12 +147,12 @@ The rendered output looks like this:
Example `tweet` input:
```markdown
{{</* tweet user=GoHugoIO id=917359331535966209 */>}}
{{</* tweet 917359331535966209 */>}}
```
The rendered output looks like this:
{{< tweet user=GoHugoIO id=917359331535966209 >}}
{{< tweet 917359331535966209 >}}
## 8 vimeo

View file

@ -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 */>}}
```
呈现的输出效果如下:
{{< tweet user=GoHugoIO id=917359331535966209 >}}
{{< tweet 917359331535966209 >}}
## 8 vimeo