Monorepo for Tangled tangled.org
761
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 #4

open opened by technoduck.me targeting master from technoduck.me/core: master

Allow social links to be used for verification for mastodon, same as social links on github and forgejo.

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:kwu7qsvmhd5xfaqriaa4wm2z/sh.tangled.repo.pull/3mk42pzwr3k22
+2 -2
Diff #0
+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 }}

History

1 round 0 comments
sign up or login to add to the discussion
technoduck.me submitted #0
1 commit
expand
appview/pages: add nofollow and me attributes to social links for self-verification on fediverse
merge conflicts detected
expand
  • appview/pages/templates/user/fragments/profileCard.html:68
expand 0 comments