about: Fix schema tag for portrait image (#168)

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.
This commit is contained in:
Ronny Chevalier 2017-04-22 12:59:47 +01:00 committed by gcushen
commit 20dcd3d88d

View file

@ -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">