From 9903df301872b9a10df7281c85ce0f11623b5c7b Mon Sep 17 00:00:00 2001 From: Calum Mackervoy Date: Wed, 18 Dec 2019 16:37:01 +0000 Subject: [PATCH] added foaf:depiction to frontend context --- src/dependencies.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dependencies.pug b/src/dependencies.pug index d046f15..5d5051d 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -31,6 +31,7 @@ script(data-default-context, type="application/ld+json") | "author": "http://happy-dev.fr/owl/#author", | "account": "http://happy-dev.fr/owl/#account", | "jabberID": "foaf:jabberID", + | "picture": "foaf:depiction", | "firstName": "http://happy-dev.fr/owl/#first_name", | "lastName": "http://happy-dev.fr/owl/#last_name" | }