diff options
author | Adam Stück <adam@adast.dk> | 2024-01-02 16:08:13 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2024-01-02 18:27:43 +0100 |
commit | 91699cce04400ef83f0a4a2263a0dc5ba7c906fb (patch) | |
tree | 754d2e469281cb3cc865098662be7d4b0cfcbb41 /footer.html | |
parent | e4c7a5cddf05522897f111c6a9c0e377f6e24051 (diff) |
pages: add /about
Diffstat (limited to 'footer.html')
-rw-r--r-- | footer.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/footer.html b/footer.html index 786caca..c5cec6c 100644 --- a/footer.html +++ b/footer.html @@ -3,13 +3,10 @@ <h3 id="menu">Menu Navigation</h3> <ul> <li><a href="/">Home</a></li> - <li><a href="/projects">Projects</a></li> <li><a href="/services">Services</a></li> <li><a href="/uses">Uses</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="/contact">Contact</a></li> + <li><a href="/about">About</a></li> <li><a href="/donate">Donate</a></li> <li><a href="/atom.xml">RSS</a></li> <li><a href="#top">↑ Top of the page</a></li> |