Skip to content

Commit

Permalink
test(open_graph): language is 'en' by default
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Aug 10, 2019
1 parent 48b506d commit fed07e8
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 @@ -35,6 +35,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'}),
meta({property: 'og:updated_time', content: post.updated.toISOString()}),
meta({name: 'twitter:card', content: 'summary'}),
meta({name: 'twitter:title', content: hexo.config.title})
Expand Down

0 comments on commit fed07e8

Please sign in to comment.