Change email address to be position 0

This commit is contained in:
Will Faught
2023-09-24 18:28:29 -07:00
parent 823ade1eec
commit ef8329450d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{{ $address := .Get "address" }}
{{ $address := .Get 0 | default (.Get "address") }}
{{ $content := .Inner | markdownify }}
{{ if not $address }}