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 /footer.html | |
| parent | df422f13c0cff09a2fda689220b34116e50c233e (diff) | |
WIP layout changes, CSS minor tweaks
Diffstat (limited to 'footer.html')
| -rw-r--r-- | footer.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/footer.html b/footer.html index dd12d97..28f0da4 100644 --- a/footer.html +++ b/footer.html @@ -2,6 +2,11 @@ <footer role="contentinfo"> <p>Looking to help this site? Consider <a href="/contribute">contributing towards hosting costs</a>.</p> + <nav id="menu"> + <ul> + <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="/recipes/">Recipes</a></li><li><a href="/index.rss">RSS</a></li> + </ul> + </nav> <small> <a href="#top">↑ Top of page</a><br> Built with <a href="https://wruby.btxx.org">wruby</a><br> |
