Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
templates/about-page: order authors alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Dino committed Sep 19, 2018
1 parent b4acd5e commit 1f58e55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const aboutPageQuery = graphql`
}
}
authorList: allMarkdownRemark(
sort: {order: DESC, fields: [frontmatter___title]}
sort: {order: ASC, fields: [frontmatter___title]}
filter: {frontmatter: {template: {eq: "author"}, semester:{eq: "2018/2"}}}
) {
authors: edges {
Expand Down

0 comments on commit 1f58e55

Please sign in to comment.