mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
fix(docs): built-in shortcodes tweet on hugo 0.62.0 error
This commit is contained in:
parent
e55256c498
commit
148bf8a162
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue