updated language post to match changes

This commit is contained in:
Xetera
2019-07-29 04:13:13 -04:00
committed by Jean-Philippe Sirois
parent dadafd2670
commit 8107b68021
+8 -1
View File
@@ -22,8 +22,15 @@ export const query = graphql`
file(relativePath: { eq: $file }) { file(relativePath: { eq: $file }) {
post: childMarkdownRemark { post: childMarkdownRemark {
html html
fields {
authors {
name
hash
avatar
}
}
frontmatter { frontmatter {
authors date
title title
} }
} }