Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Display new blog posts at the top of the list

Aria 895fba41 92992c61

+1 -1
+1 -1
src/pages/blog.astro
··· 16 16 <h1 class="text-2xl">All blog posts:</h1> 17 17 <ul> 18 18 { 19 - allPosts.map((post: any) => ( 19 + allPosts.reverse().map((post: any) => ( 20 20 <BlogEntry 21 21 url={`/posts/${post.id}/`} 22 22 title={post.data.title}