From 3d09c23284089a7edaa4a45dc21807022c7878f6 Mon Sep 17 00:00:00 2001 From: rmdhnreza <23427492+rmdhnreza@users.noreply.github.com> Date: Sat, 11 Jun 2022 09:04:20 +0000 Subject: feat(article): GitLab Snippets Shortcode (#627) --- exampleSite/content/post/rich-content/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'exampleSite') diff --git a/exampleSite/content/post/rich-content/index.md b/exampleSite/content/post/rich-content/index.md index 1d45fba..1ebb564 100644 --- a/exampleSite/content/post/rich-content/index.md +++ b/exampleSite/content/post/rich-content/index.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" >}}
@@ -41,6 +41,10 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme {{< gist spf13 7896402 >}} +## Gitlab Snippets Shortcode + +{{< gitlab 2349278 >}} + ## Quote Shortcode Stack adds a `quote` shortcode. For example: -- cgit v1.2.3