From 72cf0968cef6675f5e8eb58fb2bac5e7f2ccbe21 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Mon, 10 Feb 2020 17:49:18 +0100 Subject: Button shortcode redesign: smaller font, resize --- exampleSite/content/docs/shortcodes/buttons.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exampleSite/content/docs/shortcodes') diff --git a/exampleSite/content/docs/shortcodes/buttons.md b/exampleSite/content/docs/shortcodes/buttons.md index b8c96bb..c2ef1e7 100644 --- a/exampleSite/content/docs/shortcodes/buttons.md +++ b/exampleSite/content/docs/shortcodes/buttons.md @@ -2,12 +2,12 @@ Buttons are styled links that can lead to local page or external link. +## Example + ```tpl {{}}Get Home{{}} {{}}Contribute{{}} ``` -## Example - {{< button relref="/" >}}Get Home{{< /button >}} {{< button href="https://github.com/alex-shpak/hugo-book" >}}Contribute{{< /button >}} -- cgit v1.2.3