all repos — archive/homestead @ cff6bcc31d59ce9957567cc05c1ed7e364fb40ca

My future indieweb platform

Add rel=me links

Alan Pearce
commit

cff6bcc31d59ce9957567cc05c1ed7e364fb40ca

parent

d01f2aa860b0d5f10dc8e143c4b1b9d420fc8fe0

1 file changed, 70 insertions(+), 6 deletions(-)

changed files
M test/snapshots/app.test.js.mdtest/snapshots/app.test.js.md
@@ -62,8 +62,24 @@ rels: [
'stylesheet', ], }, + 'https://twitter.com/johndoe': { + rels: [ + 'me', + ], + text: 'Twitter', + }, + 'mailto:johndoe@johndoe.org': { + rels: [ + 'me', + ], + text: 'johndoe@johndoe.org', + }, }, rels: { + me: [ + 'mailto:johndoe@johndoe.org', + 'https://twitter.com/johndoe', + ], stylesheet: [ '/css/code.css', ],
@@ -118,15 +134,31 @@ rels: [
'stylesheet', ], }, + 'https://twitter.com/johndoe': { + rels: [ + 'me', + ], + text: 'Twitter', + }, + 'mailto:johndoe@johndoe.org': { + rels: [ + 'me', + ], + text: 'johndoe@johndoe.org', + }, }, rels: { + me: [ + 'mailto:johndoe@johndoe.org', + 'https://twitter.com/johndoe', + ], stylesheet: [ '/css/code.css', ], }, } -## tags +## posts > should contain relevant microformats data
@@ -170,7 +202,7 @@ },
], properties: { name: [ - 'A · John Doe', + 'Posts · John Doe', ], }, type: [
@@ -184,15 +216,31 @@ rels: [
'stylesheet', ], }, + 'https://twitter.com/johndoe': { + rels: [ + 'me', + ], + text: 'Twitter', + }, + 'mailto:johndoe@johndoe.org': { + rels: [ + 'me', + ], + text: 'johndoe@johndoe.org', + }, }, rels: { + me: [ + 'mailto:johndoe@johndoe.org', + 'https://twitter.com/johndoe', + ], stylesheet: [ '/css/code.css', ], }, - + } -## posts +## tags > should contain relevant microformats data
@@ -236,7 +284,7 @@ },
], properties: { name: [ - 'Posts · John Doe', + 'A · John Doe', ], }, type: [
@@ -250,10 +298,26 @@ rels: [
'stylesheet', ], }, + 'https://twitter.com/johndoe': { + rels: [ + 'me', + ], + text: 'Twitter', + }, + 'mailto:johndoe@johndoe.org': { + rels: [ + 'me', + ], + text: 'johndoe@johndoe.org', + }, }, rels: { + me: [ + 'mailto:johndoe@johndoe.org', + 'https://twitter.com/johndoe', + ], stylesheet: [ '/css/code.css', ], }, - }+ }