The image property is not set properly. It expects text or url but it will not look in the `background-image` CSS property, thus it is not found. Fix this by adding a hidden meta element.
@@ -7,9 +7,9 @@
<div id="profile">
{{ with $.Site.Params.avatar }}
- <div class="portrait" itemprop="image"
- style="background-image: url('{{ "/img/" | relURL }}{{ . }}');">
+ <div class="portrait" style="background-image: url('{{ "/img/" | relURL }}{{ . }}');">
</div>
+ <meta itemprop="image" content="{{ "/img/" | relURL }}{{ . }}">
{{ end }}
<div class="portrait-title">