summaryrefslogtreecommitdiff
path: root/notes/index.html
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-11 12:08:14 -0600
committert <t@tjp.lol>2026-07-11 12:10:15 -0600
commit2ab0e23eca3c5cac82d948e506b3f1cb81bedd18 (patch)
tree46dc28dcea6265ece0f4763cdff372f84578e172 /notes/index.html
parent9faffbf6bc5083239d69a2daedac273e6d814bc3 (diff)
Migrate site pages to Weft templates and Markdown
Diffstat (limited to 'notes/index.html')
-rw-r--r--notes/index.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/notes/index.html b/notes/index.html
index 1a8db13..ea988cf 100644
--- a/notes/index.html
+++ b/notes/index.html
@@ -14,7 +14,7 @@
<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" aria-current="page">notes</a> -->
+
<a href="../projects/index.html">projects</a>
<a href="../about/index.html">about</a>
<a href="../feed.xml">feed</a>
@@ -32,17 +32,16 @@
<section>
<h2 class="sec">all notes</h2>
+
</section>
</main>
<footer>
- <!-- <div class="ring">
- <span>webring:</span>
- <a href="#">&larr; prev</a><a href="#">rand</a><a href="#">next &rarr;</a>
- </div> -->
- <p>hand-written in slc &middot; &copy;2026 tjp &middot; <a href="../feed.xml">feed</a></p>
+
+ <p>&copy;2026 tjp &middot; content <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> unless noted &middot; <a href="../feed.xml">feed</a></p>
</footer>
</div>
</body>
</html>
+