Fixed twitter card meta tag
This commit is contained in:
parent
467b855394
commit
fc74e890a4
|
@ -32,6 +32,6 @@
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<meta name="twitter:title" content="{{ og.title|raw }}"/>
|
<meta name="twitter:title" content="{{ og.title|raw }}"/>
|
||||||
<meta name="twitter:description" content="{{ og.description|raw }}"/>
|
<meta name="twitter:text:description" content="{{ og.description|raw }}"/>
|
||||||
<meta name="twitter:site" content="@{{ site.twitter.name }}"/>
|
<meta name="twitter:site" content="@{{ site.twitter.name }}"/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue