mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +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
|
||||
|
||||
````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
|
||||
|
||||
|
|
Loading…
Reference in a new issue