From 980a43968aa000679cc7a57fb0927e27022544bb Mon Sep 17 00:00:00 2001 From: Techno Duck Date: Wed, 22 Apr 2026 13:00:16 -0400 Subject: [PATCH] appview/pages: add nofollow and me attributes to social links for self-verification on fediverse Signed-off-by: Techno Duck --- appview/pages/templates/user/fragments/profileCard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appview/pages/templates/user/fragments/profileCard.html b/appview/pages/templates/user/fragments/profileCard.html index 83163f09..95ed743a 100644 --- a/appview/pages/templates/user/fragments/profileCard.html +++ b/appview/pages/templates/user/fragments/profileCard.html @@ -68,7 +68,7 @@ {{ if $link }}
{{ i "link" "size-4" }} - {{ $link }} + {{ $link }}
{{ end }} {{ end }} @@ -126,4 +126,4 @@ {{ .Stats.FollowingCount }} following {{ end }} -{{ end }} \ No newline at end of file +{{ end }} -- 2.51.2