curben 2019-08-11 11:28:11 +09:30
parent 63150f5153
commit 1f9a2bc56e
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 0 additions and 4 deletions

View File

@ -132,10 +132,6 @@ function openGraphHelper (options = {}) {
}
result += meta('twitter:card', twitterCard)
result += meta('twitter:title', title)
if (description) {
result += meta('twitter:description', description, false)
}
if (images.length) {
result += meta('twitter:image', images[0], false)