Not exactly intentional, but a natural consequence of how we query things. When we render the frontpage we actually make two separate queries, once for the last three curated posts (which always go at the top, though some of them might be hidden if you already read them) and once for the latest posts. This means they can be duplicated.
This could be avoided by moving the logic to a higher level React component, but it’s a bit of a pain and we haven’t gotten around to it. Sorry for the confusion in the meantime.
Not exactly intentional, but a natural consequence of how we query things. When we render the frontpage we actually make two separate queries, once for the last three curated posts (which always go at the top, though some of them might be hidden if you already read them) and once for the latest posts. This means they can be duplicated.
This could be avoided by moving the logic to a higher level React component, but it’s a bit of a pain and we haven’t gotten around to it. Sorry for the confusion in the meantime.