From 20dcd3d88dc0a402dd5b05d92e967ba1eb74b056 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Sat, 22 Apr 2017 12:59:47 +0100 Subject: [PATCH] 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. --- layouts/partials/widgets/about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/widgets/about.html b/layouts/partials/widgets/about.html index fda5ca5a..154c7e2b 100644 --- a/layouts/partials/widgets/about.html +++ b/layouts/partials/widgets/about.html @@ -7,9 +7,9 @@
{{ with $.Site.Params.avatar }} -
+
+ {{ end }}