From 9459a6abbf570c765fc3c3a28e49b1a0121a2529 Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Wed, 13 May 2020 18:51:48 +0200 Subject: [PATCH] Fix context --- src/includes/head.pug | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/includes/head.pug b/src/includes/head.pug index 10553caa..4b43aee7 100644 --- a/src/includes/head.pug +++ b/src/includes/head.pug @@ -26,10 +26,11 @@ head "entrepreneurProfile": "http://happy-dev.fr/owl/#entrepreneur_profile", "mentorProfile": "http://happy-dev.fr/owl/#mentor_profile", "account":"hd:account", - "avatar":"foaf:depiction", "picture":"foaf:depiction", "messageSet":"http://happy-dev.fr/owl/#message_set", "author":"http://happy-dev.fr/owl/#author_user", - "title":"http://happy-dev.fr/owl/#title" + "title":"http://happy-dev.fr/owl/#title", + "avatar":"foaf:depiction", + "author.avatar":"foaf:depiction" } -- GitLab