From cc2c1628056459f508a10799c40211ed8c5ff716 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Tue, 1 Dec 2020 16:04:47 +0000 Subject: [PATCH] fix: context for avatar --- src/dependencies.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index a6a4718..d6cec94 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -65,5 +65,6 @@ script(data-default-context, type="application/ld+json") | "object": "http://happy-dev.fr/owl/#object", | "author": "http://happy-dev.fr/owl/#author", | "account": "http://happy-dev.fr/owl/#account", - | "jabberID": "foaf:jabberID" + | "jabberID": "foaf:jabberID", + | "picture": "foaf:depiction" | }