diff options
Diffstat (limited to 'projects/index.html')
| -rw-r--r-- | projects/index.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/projects/index.html b/projects/index.html index 0943b48..6bc0dc5 100644 --- a/projects/index.html +++ b/projects/index.html @@ -14,8 +14,8 @@ <h1 class="brand"><a href="../index.html">~tjp<span class="cur"> $_</span></a></h1> <nav class="main"> <a href="../weblog/index.html">weblog</a> - <!-- <a href="../notes/index.html">notes</a> --> - <a href="../projects/index.html" aria-current="page">projects</a> + + <a href="index.html" aria-current="page">projects</a> <a href="../about/index.html">about</a> <a href="../feed.xml">feed</a> </nav> @@ -36,13 +36,11 @@ </main> <footer> - <!-- <div class="ring"> - <span>webring:</span> - <a href="#">← prev</a><a href="#">rand</a><a href="#">next →</a> - </div> --> - <p>hand-written in slc · ©2026 tjp · <a href="../feed.xml">feed</a></p> + + <p>©2026 tjp · content <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> unless noted · <a href="../feed.xml">feed</a></p> </footer> </div> </body> </html> + |
