add meta description
Build / Deploy (push) Successful in 1m43s
Details
Build / Deploy (push) Successful in 1m43s
Details
This commit is contained in:
parent
44fab6cc36
commit
264319f217
|
@ -26,6 +26,7 @@
|
||||||
{%if tags.includes("blogpost")%}
|
{%if tags.includes("blogpost")%}
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
{%if description %}
|
{%if description %}
|
||||||
|
<meta property="description" content="{{description}}" />
|
||||||
<meta property="og:description" content="{{description}}" />
|
<meta property="og:description" content="{{description}}" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<meta property="og:title" content="{{title}}" />
|
<meta property="og:title" content="{{title}}" />
|
||||||
|
|
Loading…
Reference in New Issue