From fbffa8b1b78de5bbae12e9c59b0f575ca38e4a45 Mon Sep 17 00:00:00 2001 From: Herman Menor Date: Sat, 27 Apr 2024 14:35:41 +0300 Subject: [PATCH 1/2] Update index.en.md Fix for ERROR The "tweet" shortcode requires two named parameters: user and id. See "/themes/KeepIt/content/posts/theme-documentation-built-in-shortcodes/index.en.md:151:1" --- .../posts/theme-documentation-built-in-shortcodes/index.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/theme-documentation-built-in-shortcodes/index.en.md b/content/posts/theme-documentation-built-in-shortcodes/index.en.md index a94d81e9..4dbfcc12 100644 --- a/content/posts/theme-documentation-built-in-shortcodes/index.en.md +++ b/content/posts/theme-documentation-built-in-shortcodes/index.en.md @@ -143,12 +143,12 @@ The rendered output looks like this: Example `tweet` input: ```markdown -{{}} +{{}} ``` The rendered output looks like this: -{{< tweet 917359331535966209 >}} +{{< tweet id="917359331535966209" user+"Fastbyte01" >}} ## 8 vimeo From d0182d84f2f7e19fc751636ba1ac10672edb239f Mon Sep 17 00:00:00 2001 From: Herman Menor Date: Sat, 27 Apr 2024 17:51:16 +0300 Subject: [PATCH 2/2] Update index.en.md typo --- .../posts/theme-documentation-built-in-shortcodes/index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/theme-documentation-built-in-shortcodes/index.en.md b/content/posts/theme-documentation-built-in-shortcodes/index.en.md index 4dbfcc12..e12e544f 100644 --- a/content/posts/theme-documentation-built-in-shortcodes/index.en.md +++ b/content/posts/theme-documentation-built-in-shortcodes/index.en.md @@ -148,7 +148,7 @@ Example `tweet` input: The rendered output looks like this: -{{< tweet id="917359331535966209" user+"Fastbyte01" >}} +{{< tweet id="917359331535966209" user="Fastbyte01" >}} ## 8 vimeo