fix: proper rel attribute evaluation

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
Patrick Kollitsch 2024-10-27 20:24:03 +07:00
parent c05ef6f3c7
commit 055015e5b4
No known key found for this signature in database
GPG key ID: 5A5360B005AD68C7

View file

@ -13,7 +13,7 @@
{{- $setup := . -}}
{{- $network := $setup.slug -}}
{{- $profile := index $config $network -}}
{{- $rel := $setup.rel | default "" -}}
{{- $rel := $profile.rel | default "" -}}
{{- $label := $profile.label | default $setup.label -}}
{{- $link := (printf $setup.profile $profile.username) -}}