From e2fe0f638d3b85bce9997ca528e5d90036745521 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 3 May 2023 14:00:00 +0200 Subject: [PATCH] fix bare url in contribution file (#619) --- CONTRIBUTING.md | 2 +- exampleSite/content/en/shortcodes/buttons.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c471f59..72264c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ## Security If you think you have found a **security issue**, please do not mention it in this repository. -Instead, send an email to security@thegeeklab.de with as many details as possible so it can be handled confidential. +Instead, send an email to `security@thegeeklab.de` with as many details as possible so it can be handled confidential. ## Bug Reports and Feature Requests diff --git a/exampleSite/content/en/shortcodes/buttons.md b/exampleSite/content/en/shortcodes/buttons.md index 764b4e9..009d3f0 100644 --- a/exampleSite/content/en/shortcodes/buttons.md +++ b/exampleSite/content/en/shortcodes/buttons.md @@ -13,5 +13,10 @@ Buttons are styled links that can lead to local page or external link. ## Example + + + {{< button relref="/" >}}Get Home{{< /button >}} {{< button href="https://github.com/thegeeklab/hugo-geekdoc" >}}Contribute{{< /button >}} + +