Open RehanSaeed opened 4 years ago
Is it possible to add authn to a <link> tag in the <head> like so?
authn
<link>
<head>
<link rel="me authn" href="https://github.com/YOU" />
All the examples I've seen only do this in anchor tags in the actual HTML body.
Yes, this works. I'll bring it up in the microformats community and try to get some updated examples.
Is it possible to add
authn
to a<link>
tag in the<head>
like so?All the examples I've seen only do this in anchor tags in the actual HTML body.