{{ $displayName := "" }} {{ $name := "" }} {{ $picture := "" }} {{ $banner := "" }} {{ $about := "" }} {{ $website := "" }} {{ $nip05 := "" }} {{ $lud16 := "" }} {{ range hugo.Data.profile }} {{ range . }} {{ range .tags }} {{ if eq (index . 0) "display_name" }} {{ $displayName = index . 1 }} {{ else if eq (index . 0) "name" }} {{ $name = index . 1 }} {{ else if eq (index . 0) "picture" }} {{ $picture = index . 1 }} {{ else if eq (index . 0) "banner" }} {{ $banner = index . 1 }} {{ else if eq (index . 0) "about" }} {{ $about = index . 1 }} {{ else if eq (index . 0) "website" }} {{ $website = index . 1 }} {{ else if eq (index . 0) "nip05" }} {{ $nip05 = index . 1 }} {{ else if eq (index . 0) "lud16" }} {{ $lud16 = index . 1 }} {{ end }} {{ end }} {{ end }} {{ end }} {{ if not $displayName }} {{ $displayName = $name }} {{ end }}
{{ if $banner }}
{{ end }}
{{ if $picture }} {{ $displayName }} {{ end }}
{{ if $about }}

✦ {{ if $displayName }}{{ $displayName }}{{ else }}{{ .Site.Title }}{{ end }}

{{ $about | markdownify }}
{{ else }}
{{ .Site.Params.description }}
{{ end }}