Skip to content

Commit

Permalink
fix: remove duplicated twitter card tags
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Aug 15, 2019
1 parent 3176fe0 commit 2fe5960
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/plugins/helper/open_graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,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);
Expand Down

0 comments on commit 2fe5960

Please sign in to comment.