add title to og description
This commit is contained in:
parent
fcf544e410
commit
615454aea5
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@
|
|||
<!-- Open Graph data -->
|
||||
<meta property="og:title" content="{{ page.title }}" />
|
||||
<meta property="og:url" content="{{ page.url | absolute_url }}" />
|
||||
<meta property="og:description" content="{{ page.description }}" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="{{ page.description }}; {{ page.title }}"
|
||||
/>
|
||||
|
||||
{% if page.type == "post" %}
|
||||
<meta property="og:type" content="article" />
|
||||
|
|
Loading…
Reference in a new issue