Skip to content

Commit

Permalink
fix(open_graph): remove duplicate tags
Browse files Browse the repository at this point in the history
  • Loading branch information
curben committed Aug 11, 2019
1 parent 63150f5 commit 1f9a2bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions themes/typing/scripts/openGraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1f9a2bc

Please sign in to comment.