Change email address to be position 0
This commit is contained in:
@@ -472,7 +472,7 @@ Parameters:
|
||||
|
||||
<dl>
|
||||
<dt><code>address</code></dt>
|
||||
<dd>Required. String. The e-mail address.</dd>
|
||||
<dd>Required. Position 0. String. The e-mail address.</dd>
|
||||
</dl>
|
||||
|
||||
### Figure
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{{ $address := .Get "address" }}
|
||||
{{ $address := .Get 0 | default (.Get "address") }}
|
||||
{{ $content := .Inner | markdownify }}
|
||||
|
||||
{{ if not $address }}
|
||||
|
Reference in New Issue
Block a user