From 4317628b3936c24c610feea6b5ba287065b62b47 Mon Sep 17 00:00:00 2001
From: "Adam T. Carpenter" <atc@53hor.net>
Date: Thu, 11 May 2023 21:39:31 -0400
Subject: feat: add now page, include in nav and index, and add pic to info

---
 includes/nav.php | 30 ++++++++++++------------------
 1 file changed, 12 insertions(+), 18 deletions(-)

(limited to 'includes')

diff --git a/includes/nav.php b/includes/nav.php
index 0022c14..779e89f 100644
--- a/includes/nav.php
+++ b/includes/nav.php
@@ -7,14 +7,13 @@
 
 	<ul>
 		<li>
-			<a href="/">
-				Home
-			</a>
+			<a href="/">Home</a>
 		</li>
 		<li>
-			<a href="/contact">
-				Contact
-			</a>
+			<a href="/now">Now</a>
+		</li>
+		<li>
+			<a href="/contact">Contact</a>
 		</li>
 		<!--<li>
 			<a href="/hireme">
@@ -22,24 +21,19 @@
 			</a>
 		</li>-->
 		<li>
-			<a href="/info">
-				Info
-			</a>
+			<a href="/info">Info</a>
 		</li>
 		<li>
-			<a href="/links">
-				Links
-			</a>
+			<a href="/#posts">Posts</a>
 		</li>
 		<li>
-			<a target="_blank" href="https://git.53hor.net/">
-				Repos
-			</a>
+			<a href="/links">Links</a>
 		</li>
 		<li>
-			<a href="/feed.php">
-				RSS
-			</a>
+			<a target="_blank" href="https://git.53hor.net/">Repos</a>
+		</li>
+		<li>
+			<a href="/feed.php">RSS</a>
 		</li>
 	</ul>
 </nav>
-- 
cgit v1.2.3