diff --git a/src/includes/components/widgets.pug b/src/includes/components/widgets.pug index 405c3e931108c1bc75f4c358137ee2d04e8fde64..2294e3f8c22698c8ccdde5081d822494ff53d464 100644 --- a/src/includes/components/widgets.pug +++ b/src/includes/components/widgets.pug @@ -190,15 +190,15 @@ sib-widget(name='cs-section_introduction') sib-widget(name='cs-account-picture') template figure.avatar - img(name="${name}", src="\${value || '/images/alien.jpg'}", alt="Profile picture") + img(src="\${value || '/images/alien.jpg'}", alt="Profile picture") sib-widget(name='cs-profile-picture') template - img(name="${name}", src="\${value || '/images/alien.jpg'}", alt="Profile picture") + img(src="\${value || '/images/alien.jpg'}", alt="Profile picture") sib-widget(name='cs-preview-picture') template - img(name="${name}", src="\${value || '/images/alien.jpg'}", alt="Preview of the resource") + img(src="\${value || '/images/alien.jpg'}", alt="Preview of the resource") sib-widget(name="hidden-widget") template diff --git a/src/includes/head.pug b/src/includes/head.pug index 73072a18521c4dcad05662cc4492b1946bdd4d0e..a65340bc7c3358c68c97b971a8ace263a4385c0a 100644 --- a/src/includes/head.pug +++ b/src/includes/head.pug @@ -25,6 +25,7 @@ head { "entrepreneurProfile": "http://happy-dev.fr/owl/#entrepreneur_profile", "mentorProfile": "http://happy-dev.fr/owl/#mentor_profile", - "account": "http://happy-dev.fr/owl/#account" + "account": "http://happy-dev.fr/owl/#account", + "picture":"foaf:depiction" }