🐛 Update built-in Hugo shortcode refs to remove deprecated warnings

This commit is contained in:
James Panther
2025-02-24 10:46:10 +11:00
parent b60a76f1f7
commit 1451a3ff50
9 changed files with 41 additions and 43 deletions
+4 -4
View File
@@ -25,8 +25,8 @@ By default, the alert is presented with an exclaimation triangle icon. To change
**Warning!** This action is destructive!
{{</* /alert */>}}
{{</* alert "twitter" */>}}
Don't forget to [follow me](https://twitter.com/jpanther) on Twitter.
{{</* alert "x-twitter" */>}}
Don't forget to [follow me](https://x.com/jpanther) on X.
{{</* /alert */>}}
```
@@ -34,8 +34,8 @@ Don't forget to [follow me](https://twitter.com/jpanther) on Twitter.
**Warning!** This action is destructive!
{{< /alert >}}
&nbsp;
{{< alert "twitter" >}}
Don't forget to [follow me](https://twitter.com/jpanther) on Twitter.
{{< alert "x-twitter" >}}
Don't forget to [follow me](https://x.com/jpanther) on X.
{{< /alert >}}
## Badge