- + {article.title} - + {formatDate(article.date)} @@ -50,15 +49,12 @@ export default function ArticlesIndex({articles}: { articles: Article[] }) { intro="All of my long-form thoughts on software engineering, and more, displayed in chronological order." gradient="bg-gradient-to-r from-pink-500 to-violet-500" > - + {articles.map((article) => ( ))} - - - >