mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
always use summary type for twitter
This commit is contained in:
parent
2382503785
commit
4e522bd90f
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ ${image.alt ? r(html`<meta content="${image.alt}" property="og:image:alt">`) : '
|
||||||
: ''
|
: ''
|
||||||
}
|
}
|
||||||
|
|
||||||
<meta name="twitter:card" content="${image ? 'summary' : 'summary_large_image'}">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:title" content="${title}">
|
<meta name="twitter:title" content="${title}">
|
||||||
<meta name="twitter:description" content="${description}">
|
<meta name="twitter:description" content="${description}">
|
||||||
${
|
${
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue