From 748d96f6852e2038793343a6e1f747fbb08f5580 Mon Sep 17 00:00:00 2001
From: William Floyd <github@notmy.space>
Date: Thu, 18 Jun 2026 02:48:20 +0000
Subject: [PATCH] fix: Use `x` instead of `tweet` in exampleSite (#996)
---
exampleSite/content/posts/rich-content.pt-br.md | 2 +-
exampleSite/content/posts/rich-content.md | 2 +-
CONTRIBUTORS.md | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 3cb5375..7dbe3db 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -150,3 +150,4 @@
- [Gregor Podjed](https://github.com/gragorther)
- [dantezhu](https://github.com/dantezhu)
- [Alexander Lazarević](https://e11bits.com)
+- [William Floyd](https://w-floyd.com)
\ No newline at end of file
diff --git a/exampleSite/content/posts/rich-content.md b/exampleSite/content/posts/rich-content.md
index bf6d695..2f4918a 100644
--- a/exampleSite/content/posts/rich-content.md
+++ b/exampleSite/content/posts/rich-content.md
@@ -31,7 +31,7 @@
## Twitter Shortcode
-{{< tweet user="SanDiegoZoo" id="1453110110599868418" >}}
+{{< x user="SanDiegoZoo" id="1453110110599868418" >}}
<br>
diff --git a/exampleSite/content/posts/rich-content.pt-br.md b/exampleSite/content/posts/rich-content.pt-br.md
index 61b875d..2a83ede 100644
--- a/exampleSite/content/posts/rich-content.pt-br.md
+++ b/exampleSite/content/posts/rich-content.pt-br.md
@@ -31,7 +31,7 @@
## Shortcode do Twitter
-{{< tweet user="SanDiegoZoo" id="1453110110599868418" >}}
+{{< x user="SanDiegoZoo" id="1453110110599868418" >}}
<br>
--
Gitblit v1.10.0