tattle-made/Uli

[uli-website]: order blogs in descending order of date

aatmanvaidya opened this issue · 3 comments

The task is to display the blogs in descending order of the date on the Blogs index page (https://uli.tattle.co.in/blog/). The most recent blog should be on top.

image

  • To fix this issue the graphql query in this file will have to be modified.
  • while devleoping the site locally, the graphql schema can be found at http://localhost:8000/___graphql
  • The uli-website renders mdx files as blog posts. This is a helpful guide on understanding how markdown pages are added to the website.

@aatmanvaidya I would like to work on this one. Can you assign it to me?

Hi @Shubh8899 , please feel free to take it up, assigning it to you!

this issue is fixed here - #563