Forráskód Böngészése

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.
Ronny Chevalier 8 éve
szülő
commit
20dcd3d88d
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      layouts/partials/widgets/about.html

+ 2 - 2
layouts/partials/widgets/about.html

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