all repos — archive/homestead @ 248c74916e22f397ff95944ac2596b9e40b302e5

My future indieweb platform

feat: Add photo to marked-up h-chard

Alan Pearce
commit

248c74916e22f397ff95944ac2596b9e40b302e5

parent

e5c2da0871ecbc92e2638dcf7dd4d15f12ddcff0

1 file changed, 3 insertions(+), 1 deletion(-)

changed files
M test/app.test.jstest/app.test.js
@@ -46,7 +46,9 @@ mf.getAsync(options).then(data => {
t.deepEqual(data.items, [ { properties: { - name: ["John Doe"] + name: ["John Doe"], + url: ["/"], + photo: ["/static/johndoe.jpg"] }, type: ["h-card"] }