From eb8079da1ffa4503bf5a7bf2e8a8f5ae111fd3d2 Mon Sep 17 00:00:00 2001
From: Andreas Deininger <andreas@deininger.net>
Date: Wed, 2 Mar 2022 21:44:04 +0100
Subject: [PATCH] Example site: fix warning message

---
 exampleSite/content/post/rich-content.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exampleSite/content/post/rich-content.md b/exampleSite/content/post/rich-content.md
index 92b4b03..c9447f3 100644
--- a/exampleSite/content/post/rich-content.md
+++ b/exampleSite/content/post/rich-content.md
@@ -23,7 +23,7 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
 
 ## Twitter Simple Shortcode
 
-{{< twitter_simple 1085870671291310081 >}}
+{{< twitter_simple user="DesignReviewed" id="1085870671291310081" >}}
 
 <br>
 
-- 
GitLab