Change email address to be position 0
This commit is contained in:
@@ -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