Add twitter meta

This commit is contained in:
samaradel
2022-04-17 17:06:55 +02:00
parent 47ed1312f8
commit 7fce1d6170

View File

@@ -41,6 +41,8 @@
{% endif %}
<meta property="og:image" content="{% if page.extra.imgPath %} {{ config.base_url }}/{{ page.extra.imgPath }} {% endif %}" />
<meta property="og:description" content="{% if page.description %}{{ page.description }} {% endif %}" />
<meta property="twitter:image" content="{% if page.extra.imgPath %} {{ config.base_url }}/{{ page.extra.imgPath }} {% endif %}" />
<meta property="twitter:description" content="{% if page.description %}{{ page.description }} {% endif %}" />
{% endblock title %}