Change email text to content inner value

This commit is contained in:
Will Faught
2023-09-24 18:16:21 -07:00
parent 87c0e4f8e3
commit 437d8721c8
3 changed files with 11 additions and 12 deletions

View File

@@ -461,19 +461,18 @@ The `paige/email` shortcode hides e-mail addresses from robots.
```
{{< paige/email
address=""
text="" >}}
address="" >}}
{{< /paige/email >}}
```
Inner content: None.
Inner content: Required. String. Markdown. The content.
Parameters:
<dl>
<dt><code>address</code></dt>
<dd>Required. String. The e-mail address.</dd>
<dt><code>text</code></dt>
<dd>Required. String. The anchor text.</dd>
</dl>
### Figure