don't use twitter's large summary card when the image is the website's avatar
This commit is contained in:
@ -103,7 +103,7 @@
|
||||
|
||||
|
||||
<!-- Twitter summary cards -->
|
||||
{% if shareimg != "" %}
|
||||
{% if shareimg != "" and shareimg != site.avatar %}
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
{% else %}
|
||||
<meta name="twitter:card" content="summary">
|
||||
|
Reference in New Issue
Block a user