Skip to content

Commit

Permalink
test(open_graph): missing update for hexojs#3805
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW authored and Thomas Parisot committed Jan 17, 2020
1 parent e73580f commit 33462c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/scripts/helpers/open_graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ describe('open_graph', () => {
meta({property: 'article:published_time', content: post.date.toISOString()}),
meta({property: 'article:modified_time', content: post.updated.toISOString()}),
meta({property: 'article:author', content: hexo.config.author}),
meta({property: 'article:tag', content: 'optimize,web'}),
meta({property: 'article:tag', content: 'optimize'}),
meta({property: 'article:tag', content: 'web'}),
meta({name: 'twitter:card', content: 'summary'})
].join('\n'));

Expand Down

0 comments on commit 33462c2

Please sign in to comment.