We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbc380 commit fb9cf04Copy full SHA for fb9cf04
test/scripts/helpers/open_graph.js
@@ -36,6 +36,7 @@ describe('open_graph', () => {
36
meta({property: 'og:title', content: hexo.config.title}),
37
meta({property: 'og:url'}),
38
meta({property: 'og:site_name', content: hexo.config.title}),
39
+ meta({property: 'og:locale', content: 'en_US'}),
40
meta({property: 'article:published_time', content: post.date.toISOString()}),
41
meta({property: 'article:modified_time', content: post.updated.toISOString()}),
42
meta({property: 'article:author', content: hexo.config.author}),
0 commit comments