mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +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 }) {
|
||||
post: childMarkdownRemark {
|
||||
html
|
||||
fields {
|
||||
authors {
|
||||
name
|
||||
hash
|
||||
avatar
|
||||
}
|
||||
}
|
||||
frontmatter {
|
||||
authors
|
||||
date
|
||||
title
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user