mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-29 12:32:43 +00:00
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 := . -}}
|
||||
{{- $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) -}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user