Fix paragraph in email example
This commit is contained in:
@@ -15,9 +15,9 @@ Paige provides a `paige/email` shortcode that hides e-mail addresses from robots
|
|||||||
Code:
|
Code:
|
||||||
|
|
||||||
```go-html-template
|
```go-html-template
|
||||||
{{</* paige/email address="example@example.com" */>}}E-mail me{{</* /paige/email */>}}
|
{{%/* paige/email address="example@example.com" */%}}E-mail me{{%/* /paige/email */%}}
|
||||||
```
|
```
|
||||||
|
|
||||||
Result:
|
Result:
|
||||||
|
|
||||||
{{< paige/email address="example@example.com" >}}E-mail me{{< /paige/email >}}
|
{{% paige/email address="example@example.com" %}}E-mail me{{% /paige/email %}}
|
||||||
|
Reference in New Issue
Block a user