Skip to content

Commit

Permalink
test(open_graph): add default locale (#3924)
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh authored and SukkaW committed Dec 10, 2019
1 parent c15ce89 commit c19096b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/scripts/helpers/open_graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ describe('open_graph', () => {
meta({property: 'og:title', content: hexo.config.title}),
meta({property: 'og:url'}),
meta({property: 'og:site_name', content: hexo.config.title}),
meta({property: 'og:locale', content: 'en_US'}),
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}),
Expand Down

0 comments on commit c19096b

Please sign in to comment.