mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-18 17:50:06 +00:00
docs: fix link for file:// protocol
This commit is contained in:
parent
05af0a5f59
commit
22d70d80b9
1 changed files with 2 additions and 2 deletions
|
@ -158,10 +158,10 @@ Once the button is clicked, it opens another browser tab for the given URL.
|
||||||
#### Button to Internal Page
|
#### Button to Internal Page
|
||||||
|
|
||||||
````go
|
````go
|
||||||
{{%/* button href="/" %}}Home{{% /button */%}}
|
{{%/* button href="/index.html" %}}Home{{% /button */%}}
|
||||||
````
|
````
|
||||||
|
|
||||||
{{% button href="/" %}}Home{{% /button %}}
|
{{% button href="/index.html" %}}Home{{% /button %}}
|
||||||
|
|
||||||
#### Button with JavaScript Action
|
#### Button with JavaScript Action
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue