diff --git a/src/templates/blog-author.js b/src/templates/blog-author.js index 4a5b81d1..3a181ed5 100644 --- a/src/templates/blog-author.js +++ b/src/templates/blog-author.js @@ -64,7 +64,8 @@ export const pageQuery = graphql` ...AuthorInfo } allMarkdownRemark( - filter: { frontmatter: { author: { id: { eq: $slug } } } } + filter: {frontmatter: {author: {id: {eq: $slug}}}}, + sort: {order: DESC, fields: frontmatter___published} ) { totalCount edges {