mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 07:56:12 +02:00
updated language post to match changes
This commit is contained in:
committed by
Jean-Philippe Sirois
parent
dadafd2670
commit
8107b68021
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user