Skip to content
Discussion options

You must be logged in to vote

If you use <a> it should be in the body of the page, as if you use linkit should be in the <head> as stated in the documentation

But besides having a link in the body you also have it malformed

<link rel="me" href="https://social.vivaldi.net/"Nead@ />

should instead be

<link rel="me" href="https://social.vivaldi.net/@Nead" />

and added to the head instead, if you want it in the body it should actually be

<a rel="me" href="https://social.vivaldi.net/@Nead" >sometext</a>

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
8 replies
@NeadReport
Comment options

@virtadpt
Comment options

@NeadReport
Comment options

@7Ds7
Comment options

Answer selected by NeadReport
@NeadReport
Comment options

@nodiscc
Comment options

@NeadReport
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question 3rd party interoperability with third-party platforms
4 participants