diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-07-08 15:19:41 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-07-08 15:19:41 -0400 |
| commit | 927b448cd31ff2c86db249ea4b49e32d3b9be9a5 (patch) | |
| tree | 923c1cad52de7da49c202f5004dea17b4adbe735 /header.html | |
| parent | df422f13c0cff09a2fda689220b34116e50c233e (diff) | |
WIP layout changes, CSS minor tweaks
Diffstat (limited to 'header.html')
| -rw-r--r-- | header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/header.html b/header.html index 948e9ce..1dbd323 100644 --- a/header.html +++ b/header.html @@ -13,7 +13,7 @@ <header id="top"> <nav> <ul> - <li><a href="/">Home</a></li><li><a href="/about/">About</a></li><li><a href="/posts/">Posts</a></li><li><a href="/projects/">Projects</a></li><li><a href="/uses/">Uses</a></li><li><a href="/wiki/">Wiki</a></li><li><a href="/resume/">Resume</a></li><li><a href="/colophon/">Colophon</a></li><li><a href="/now/">Now</a></li><li><a href="/contribute/">Contribute</a></li><li><a href="/recipes/">Recipes</a></li><li><a href="/index.rss">RSS</a></li> + <li><a href="/">Home</a></li><li><a href="/about/">About</a></li><li><a href="/posts/">Posts</a></li><li><a href="/projects/">Projects</a></li><li><a href="/contribute/">Contribute</a></li><li><a href="#menu">More ↓</a></li> </ul> </nav> </header> |
