From 1bc1454b9312e4322d486437055408d1ff35fb22 Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 30 Oct 2023 12:47:55 -0400 Subject: New blog entry and changes to how blogs are displayed - blogs are now in subdirs - blog list is generated through helper function - full blog list is in blog subdir --- index.php | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index c20508e..09badc6 100644 --- a/index.php +++ b/index.php @@ -64,24 +64,9 @@

- 4) - break; - $tags = get_meta_tags($path.'/'.$file); - printf('%s%s
', - $matches[0], str_replace("-", " ", $matches[0]), - $tags["date"] ? $tags["date"] : "¯\_(ツ)_/¯"); - $i++; - } - } - ?> +

- more... + more... -- cgit v1.2.1