From 8eeb2fc4f739f066b0dc211246a3cee5dd3d5f20 Mon Sep 17 00:00:00 2001 From: smailzhu <9101328+smailzhu@users.noreply.github.com> Date: Sun, 28 Aug 2022 23:18:58 +0800 Subject: [PATCH] update twitter shortcode for new shortcode rule The "twitter_simple" shortcode will soon require two named parameters: user and id. --- content/posts/rich-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/rich-content.md b/content/posts/rich-content.md index 9f9e3836..6a8d6d59 100644 --- a/content/posts/rich-content.md +++ b/content/posts/rich-content.md @@ -21,7 +21,7 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme ## Twitter Simple Shortcode -{{< twitter_simple 1085870671291310081 >}} +{{< tweet user="DesignReviewed" id="1085870671291310081" >}}