diff --git a/layouts/partials/social/follow.html b/layouts/partials/social/follow.html
index 3edf05a..06b2905 100644
--- a/layouts/partials/social/follow.html
+++ b/layouts/partials/social/follow.html
@@ -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) -}}