Skip to content

Commit

Permalink
Merge pull request #8 from matuskosut/fix-twitter-label-mismatch
Browse files Browse the repository at this point in the history
fix label mismatch for twitter custom tag
  • Loading branch information
lorisleiva committed Jul 16, 2020
2 parents bab7b1c + 7b04f9f commit 59328c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const defaultOptions = {
// Author.
if (author) {
add('twitter:label1', 'Written by')
add('twitter:data2', author.name)
add('twitter:data1', author.name)
add('twitter:creator', author.twitter)
}

Expand Down

0 comments on commit 59328c6

Please sign in to comment.