Fix SEO title thumbnail (#30)

This commit is contained in:
Mahendrata Harpi
2020-12-17 07:10:57 +07:00
committed by GitHub
parent 51ae05b72d
commit 6ab6bf1591

View File

@@ -59,13 +59,13 @@
<meta <meta
property="og:site_name" property="og:site_name"
content="{% if page.title %}{{ page.title | escape }} | {{ content="{% if page.title %}{{ page.title | escape }} | {{
site.author.facebook site.author.name
}}{% else %}{{ site.title | escape }}{% endif %}" }}{% else %}{{ site.title | escape }}{% endif %}"
/> />
<meta <meta
property="og:title" property="og:title"
content="{% if page.title %}{{ page.title | escape }} | {{ content="{% if page.title %}{{ page.title | escape }} | {{
site.author.facebook site.author.name
}}{% else %}{{ site.title | escape }}{% endif %}" }}{% else %}{{ site.title | escape }}{% endif %}"
/> />
{% if page.location %} {% if page.location %}