mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 21:28:46 +08:00
docs: fix link for file:// protocol
This commit is contained in:
parent
05af0a5f59
commit
22d70d80b9
@ -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…
x
Reference in New Issue
Block a user