don't use twitter's large summary card when the image is the website's avatar
This commit is contained in:
parent
c5b7a95133
commit
5bec4cfec8
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue