From 73173da854cde055bc152d8b4a1dce166c44005e Mon Sep 17 00:00:00 2001 From: will Date: Thu, 16 Feb 2023 10:02:43 -0700 Subject: [PATCH] Overhaul layout of the article list I think I'll need to reorganize the blog as a whole soon. This article list got way too tall fast. --- blog/index.php | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/blog/index.php b/blog/index.php index 1901bd8..505d67e 100644 --- a/blog/index.php +++ b/blog/index.php @@ -7,21 +7,17 @@ @@ -69,14 +85,15 @@ $content = simplexml_load_file("blog.atom"); echo "";