add title to og description

This commit is contained in:
Ayo 2023-05-27 23:46:02 +02:00
parent fcf544e410
commit 615454aea5

View file

@ -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" />