-
Couldn't load subscription status.
- Fork 30
Open
Description
I'm pretty sure the following lines are the ones responsible for the website and links section of the ORCID profile page. It would be great if it could be modified for Mastodon to pick up and properly verify users based on these links. The issue might be the nofollow in the rel.
orcid-angular/src/app/cdk/side-bar/side-bar/side-bar.component.html
Lines 86 to 95 in 17d8f5a
| ><a | |
| tabindex="-1" | |
| [href]="website.url.value" | |
| [ngClass]="{ | |
| 'orc-font-body-small': getWebsite(website).length > 20 | |
| }" | |
| target="_blank" | |
| rel="me nofollow noopener noreferrer" | |
| >{{ getWebsite(website) }}</a | |
| > |
pietsch, rtwld and joshmoore
Metadata
Metadata
Assignees
Labels
No labels