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:
rodrigoalcarazdelaosa 2023-01-06 14:44:35 +01:00 committed by GitHub
commit b9752d697a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -315,9 +315,9 @@ I :heart: Wowchemy :smile:
### Embed a single tweet
To include a single tweet, pass the tweets ID from the tweet's URL as parameter to the shortcode:
To include a single tweet, pass the tweets user (case-insensitive) and ID from the URL as parameters to the shortcode:
{{</* tweet 666616452582129664 */>}}
{{</* tweet user="SanDiegoZoo" id="1453110110599868418" */>}}
## Callouts