In the previous chapter we learned to display blogs from MDX files. We’ll now add the author details, which includes his or her Twitter, GitHub, and DEV accounts after every post. After that, we will add tags to the home page and also to each post.
Adding Author Details
We gave already saved these fields in the front matter, so we need to first update the GraphQL query in post-template.js . Next, we will add these into the destructuring and also will include icons for Twitter, GitHub, and DEV.