summaryrefslogtreecommitdiff
path: root/pages/index.php
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2023-05-11 21:39:31 -0400
committerAdam T. Carpenter <atc@53hor.net>2023-05-11 21:39:31 -0400
commit4317628b3936c24c610feea6b5ba287065b62b47 (patch)
treea8e804491e2c08fcfe4244bc80eddbb231d94448 /pages/index.php
parent8c38fab365bf08ae4129c02fd03bb7077c4d9753 (diff)
download53hor-4317628b3936c24c610feea6b5ba287065b62b47.tar.xz
53hor-4317628b3936c24c610feea6b5ba287065b62b47.zip
feat: add now page, include in nav and index, and add pic to info
Diffstat (limited to 'pages/index.php')
-rw-r--r--pages/index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/index.php b/pages/index.php
index 111e84e..d4d2099 100644
--- a/pages/index.php
+++ b/pages/index.php
@@ -1,5 +1,11 @@
<h1> The World Wide Web pages of Adam Carpenter (53hornet) </h1>
+<?php include('./pages/now.php'); ?>
+
+<hr />
+
+<h2 id="posts">Posts</h2>
+
<dl>
<?php
$posts = scandir('./posts', SCANDIR_SORT_DESCENDING);