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