fix: proper rel attribute evaluation
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
parent
c05ef6f3c7
commit
055015e5b4
|
@ -13,7 +13,7 @@
|
||||||
{{- $setup := . -}}
|
{{- $setup := . -}}
|
||||||
{{- $network := $setup.slug -}}
|
{{- $network := $setup.slug -}}
|
||||||
{{- $profile := index $config $network -}}
|
{{- $profile := index $config $network -}}
|
||||||
{{- $rel := $setup.rel | default "" -}}
|
{{- $rel := $profile.rel | default "" -}}
|
||||||
{{- $label := $profile.label | default $setup.label -}}
|
{{- $label := $profile.label | default $setup.label -}}
|
||||||
|
|
||||||
{{- $link := (printf $setup.profile $profile.username) -}}
|
{{- $link := (printf $setup.profile $profile.username) -}}
|
||||||
|
|
Loading…
Reference in a new issue