Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: add nofollow and me attributes to social links for self-verification on fediverse

Signed-off-by: Techno Duck <duck@technoduck.me>

+2 -2
+2 -2
appview/pages/templates/user/fragments/profileCard.html
··· 68 68 {{ if $link }} 69 69 <div class="flex items-center gap-2"> 70 70 <span class="flex-shrink-0">{{ i "link" "size-4" }}</span> 71 - <a href="{{ $link }}">{{ $link }}</a> 71 + <a rel="nofollow me" href="{{ $link }}">{{ $link }}</a> 72 72 </div> 73 73 {{ end }} 74 74 {{ end }} ··· 126 126 <span id="following"><a href="/{{ $userIdent }}?tab=following">{{ .Stats.FollowingCount }} following</a></span> 127 127 </div> 128 128 {{ end }} 129 - {{ end }} 129 + {{ end }}