Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
feat: add openGraph article
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoDanin committed Apr 21, 2019
1 parent 7bd9eba commit 44c1d86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ const allMetas = {
username: {fullId: 'profile:username', content: true},
gender: {fullId: 'profile:gender', content: true},
},
article: {
publishedTime: {fullId: 'article:published_time', content: true},
modifiedTime: {fullId: 'article:modified_time', content: true},
expirationTime: {fullId: 'article:expiration_time', content: true},
author: {fullId: 'article:author', content: true},
section: {fullId: 'article:section', content: true},
tag: {fullId: 'article:tag', content: true},
},
image: {
id: 'image',
content: true,
Expand Down

0 comments on commit 44c1d86

Please sign in to comment.