summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-09-29 20:38:47 +0200
committerThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-09-29 20:38:47 +0200
commit50ae19c57ba406ced9de8e81c7387d2ecfc6c1dd (patch)
tree680d553e2c8f706301d9e71d1936f7ce545ad1a4
parented174a96b89f1a108bb0923b224190140cc4af8a (diff)
Corrected og:image problem.
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 83942ad..2371f62 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -30,7 +30,7 @@
<meta property="og:url" content="{{ url }}">
<meta property="og:type" content="website">
{% if site.thumb
-%}<meta name="og:image" content="{{ site.url }}{% asset "{{ site.thumb }}" @path %}">
+%}<meta property="og:image" content="{{ site.url }}{% asset "{{ site.thumb }}" @path %}">
{% endif
%}
<meta name="twitter:card" content="summary">