We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed14a7c commit db17385Copy full SHA for db17385
_includes/head.html
@@ -58,7 +58,7 @@
58
59
{% if page.fb-img %}
60
<meta property="og:image" content="{{ page.fb-img }}" />
61
- {% elif site.avatar %}
+ {% elsif site.avatar %}
62
<meta property="og:image" content="{{ site.url }}{{ site.avatar }}" />
63
{% else %}
64
<meta property="og:image" content="" />
0 commit comments