From 9013a1f4570885416254aabbe7e389822d2fb215 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 2 Nov 2022 23:28:30 +0100 Subject: #352: move english content to content.en --- exampleSite/content/docs/shortcodes/buttons.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 exampleSite/content/docs/shortcodes/buttons.md (limited to 'exampleSite/content/docs/shortcodes/buttons.md') diff --git a/exampleSite/content/docs/shortcodes/buttons.md b/exampleSite/content/docs/shortcodes/buttons.md deleted file mode 100644 index c2ef1e7..0000000 --- a/exampleSite/content/docs/shortcodes/buttons.md +++ /dev/null @@ -1,13 +0,0 @@ -# Buttons - -Buttons are styled links that can lead to local page or external link. - -## Example - -```tpl -{{}}Get Home{{}} -{{}}Contribute{{}} -``` - -{{< button relref="/" >}}Get Home{{< /button >}} -{{< button href="https://github.com/alex-shpak/hugo-book" >}}Contribute{{< /button >}} -- cgit v1.2.3