Fix SEO title thumbnail (#30)
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user