Skip to content

Commit

Permalink
Fix deprecated Twitter post format
Browse files Browse the repository at this point in the history
> WARN 2023/06/19 11:04:48 The "twitter_simple" shortcode will soon require two named parameters: user and id. See "[...]/hugo-blog-awesome/exampleSite/content/posts/rich-content/index.md:22:1"
  • Loading branch information
mattcen committed Jun 19, 2023
1 parent ef3ce22 commit 0535bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/content/posts/rich-content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme

## Twitter Simple Shortcode

{{< twitter_simple 1085870671291310081 >}}
{{< twitter_simple DesignReviewed 1085870671291310081 >}}

<br>

Expand Down

0 comments on commit 0535bcc

Please sign in to comment.