Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exampleSite/content/sample/custom-shortcodes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/sample/custom-shortcodes.md b/exampleSite/content/sample/custom-shortcodes.md
index 92467e7..3bf26af 100644
--- a/exampleSite/content/sample/custom-shortcodes.md
+++ b/exampleSite/content/sample/custom-shortcodes.md
@@ -75,7 +75,7 @@ TableOfContents: true
{{< button status="danger" url="#" >}}danger{{< /button >}}
-#### Button with Font Awesome
+### Button with Font Awesome
{{< button icon="fas fa-download" url="#" >}}Download{{< /button >}}