From 8dbea089dcd1be58d29a52c417c2f22f01b80bce Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 24 May 2021 15:12:58 +0200 Subject: [PATCH] add missing button sizes documentation --- exampleSite/content/shortcodes/buttons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/shortcodes/buttons.md b/exampleSite/content/shortcodes/buttons.md index 655eb55..322545c 100644 --- a/exampleSite/content/shortcodes/buttons.md +++ b/exampleSite/content/shortcodes/buttons.md @@ -1,7 +1,7 @@ Buttons are styled links that can lead to local page or external link. ```tpl -{{}}Get Home{{}} +{{}}Get Home{{}} {{}}Contribute{{}} ```