Skip to content

Commit fb9cf04

Browse files
curbenghThomas Parisot
authored andcommitted
test(open_graph): add default locale (hexojs#3924)
1 parent ccbc380 commit fb9cf04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/scripts/helpers/open_graph.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ describe('open_graph', () => {
3636
meta({property: 'og:title', content: hexo.config.title}),
3737
meta({property: 'og:url'}),
3838
meta({property: 'og:site_name', content: hexo.config.title}),
39+
meta({property: 'og:locale', content: 'en_US'}),
3940
meta({property: 'article:published_time', content: post.date.toISOString()}),
4041
meta({property: 'article:modified_time', content: post.updated.toISOString()}),
4142
meta({property: 'article:author', content: hexo.config.author}),

0 commit comments

Comments
 (0)