Rename 'Twitter' shortcode to 'X' and update usage in rich-content.md

WARN  The "twitter", "tweet", and "twitter_simple" shortcodes were deprecated in v0.142.0 and will be removed in a future release. Please use the "x" shortcode instead.
This commit is contained in:
Aditya Telange 2025-04-20 11:52:57 +05:30
parent a1ded84604
commit 5ef10eb6f2
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -25,9 +25,9 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
---
## Twitter Shortcode
## X (Twitter) Shortcode
{{< twitter user="adityatelange" id="1724414854348357922" >}}
{{< x user="adityatelange" id="1724414854348357922" >}}
---