migrate to thegeeklab namespace

This commit is contained in:
Robert Kaussow 2020-09-27 22:21:29 +02:00
parent 257253a1bd
commit f8d2670528
No known key found for this signature in database
GPG key ID: 65362AE74AF98B61
12 changed files with 32 additions and 32 deletions

View file

@ -2,7 +2,7 @@ Buttons are styled links that can lead to local page or external link.
```tpl
{{</* button relref="/" [class="..."] */>}}Get Home{{</* /button */>}}
{{</* button href="https://github.com/xoxys/hugo-geekdoc" */>}}Contribute{{</* /button */>}}
{{</* button href="https://github.com/thegeeklab/hugo-geekdoc" */>}}Contribute{{</* /button */>}}
```
## Example
@ -10,6 +10,6 @@ Buttons are styled links that can lead to local page or external link.
<!-- spellchecker-disable -->
{{< button relref="/" >}}Get Home{{< /button >}}
{{< button href="https://github.com/xoxys/hugo-geekdoc" >}}Contribute{{< /button >}}
{{< button href="https://github.com/thegeeklab/hugo-geekdoc" >}}Contribute{{< /button >}}
<!-- spellchecker-enable -->