mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-19 01:15:09 -04:00
FixERROR The "twitter" shortcode requires two named parameters: user and id.
This commit is contained in:
parent
01c333ed22
commit
3ba89eec3f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
|
|||
|
||||
## Twitter Shortcode
|
||||
|
||||
{{< twitter adityatelange 1724414854348357922 >}}
|
||||
{{< twitter user="adityatelange" id="1724414854348357922" >}}
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue