mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
docs: reflect upstream changes to Hugo's tweet shortcode (#2903)
Update docs according to the latest changes documented [here](https://gohugo.io/content-management/shortcodes/#tweet).
This commit is contained in:
parent
549d2cd126
commit
b9752d697a
1 changed files with 2 additions and 2 deletions
|
@ -315,9 +315,9 @@ I :heart: Wowchemy :smile:
|
|||
|
||||
### Embed a single tweet
|
||||
|
||||
To include a single tweet, pass the tweet’s ID from the tweet's URL as parameter to the shortcode:
|
||||
To include a single tweet, pass the tweet’s user (case-insensitive) and ID from the URL as parameters to the shortcode:
|
||||
|
||||
{{</* tweet 666616452582129664 */>}}
|
||||
{{</* tweet user="SanDiegoZoo" id="1453110110599868418" */>}}
|
||||
|
||||
## Callouts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue