summaryrefslogtreecommitdiff
path: root/includes
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 /includes
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 'includes')
-rw-r--r--includes/nav.php30
1 files changed, 12 insertions, 18 deletions
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>