Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed Jan 17, 2025
1 parent 1d18085 commit 8bd00e1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ hiddenFromSearch: true

[relref]({{< relref "../../../about/index.en.md" >}})

## tweet
## x

{{< tweet user="SanDiegoZoo" id="1453110110599868418" >}}
{{< x user="SanDiegoZoo" id="1453110110599868418" >}}

## vimeo

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,17 @@ The rendered output looks like this:

[Documentation of `ref` and `relref`](https://gohugo.io/content-management/shortcodes#ref-and-relref)

## tweet
## x

[Documentation of `tweet`](https://gohugo.io/content-management/shortcodes#tweet)
[Documentation of `x`](https://gohugo.io/content-management/shortcodes#x)

Example `tweet` input:
Example `x` input:

```markdown
{{</* tweet user="SanDiegoZoo" id="1453110110599868418" */>}}
{{</* x user="SanDiegoZoo" id="1453110110599868418" */>}}
```

{{< tweet user="SanDiegoZoo" id="1453110110599868418" >}}
{{< x user="SanDiegoZoo" id="1453110110599868418" >}}

## vimeo

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@ Hugo 附带了一组预定义的 shortcodes, 它们实现了一些非常常见

[`ref``relref` 的文档](https://gohugo.io/content-management/shortcodes#ref-and-relref)

## tweet
## x

[`tweet` 的文档](https://gohugo.io/content-management/shortcodes#tweet)
[`x` 的文档](https://gohugo.io/content-management/shortcodes#x)

一个 `tweet` 示例:
一个 `x` 示例:

```markdown
{{</* tweet user="SanDiegoZoo" id="1453110110599868418" */>}}
{{</* x user="SanDiegoZoo" id="1453110110599868418" */>}}
```

{{< tweet user="SanDiegoZoo" id="1453110110599868418" >}}
{{< x user="SanDiegoZoo" id="1453110110599868418" >}}

## vimeo

Expand Down

0 comments on commit 8bd00e1

Please sign in to comment.