migrate to thegeeklab namespace
This commit is contained in:
parent
257253a1bd
commit
f8d2670528
12 changed files with 32 additions and 32 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue