From 1d62401c897a5ba82d0def92d97d09195a6d676f Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Thu, 1 Jul 2021 00:54:32 +0200 Subject: Fixed stuff + official logo --- _site/home/index.php | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to '_site/home/index.php') diff --git a/_site/home/index.php b/_site/home/index.php index 62a076d..51f4197 100644 --- a/_site/home/index.php +++ b/_site/home/index.php @@ -8,32 +8,38 @@
= $item["content"]["mini"] ?>
- ">Read more + /article/= $item["id"] ?>">Read more format("M jS, Y")); + if ($item["admin"]) { + echo("Unreleased"); + } else { + $dt = DateTime::createFromFormat('Ymd', $item["date"]); + echo($dt->format("M jS, Y")); + } ?> ยท by = implode(" and ", $item["author"]) ?>Wait! There's more! Our older articles aren't listed here to save you some bytes of data. You can get to the complete list here.
-- cgit