mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
Attempt to fix twitter card meta tags
This commit is contained in:
@@ -78,7 +78,7 @@ layout: compress
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:site" content="@{{ site.share.twitter_username }}">
|
<meta name="twitter:site" content="@{{ site.share.twitter_username }}">
|
||||||
<meta name="twitter:creator" content="@{{ site.share.twitter_username }}">
|
<meta name="twitter:creator" content="@{{ site.share.twitter_username }}">
|
||||||
|
|
||||||
@@ -99,7 +99,8 @@ layout: compress
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.image %}
|
{% if page.image %}
|
||||||
<meta name="twitter:image:src" content="{{ site.url }}/{{ page.image }}">
|
<meta name="twitter:image" content="{{ site.url }}{{ page.image }}">
|
||||||
|
<meta name="twitter:image:src" content="{{ site.url }}{{ page.image }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- Font awesome icons -->
|
<!-- Font awesome icons -->
|
||||||
|
|||||||
Reference in New Issue
Block a user