summaryrefslogtreecommitdiff
path: root/weblog/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 /weblog/index.html
parent9faffbf6bc5083239d69a2daedac273e6d814bc3 (diff)
Migrate site pages to Weft templates and Markdown
Diffstat (limited to 'weblog/index.html')
-rw-r--r--weblog/index.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/weblog/index.html b/weblog/index.html
index 8510f60..f67da6b 100644
--- a/weblog/index.html
+++ b/weblog/index.html
@@ -14,8 +14,8 @@
<header class="site">
<h1 class="brand"><a href="../index.html">~tjp<span class="cur"> $_</span></a></h1>
<nav class="main">
- <a href="../weblog/index.html" aria-current="page">weblog</a>
- <!-- <a href="../notes/index.html">notes</a> -->
+ <a href="index.html" aria-current="page">weblog</a>
+
<a href="../projects/index.html">projects</a>
<a href="../about/index.html">about</a>
<a href="../feed.xml">feed</a>
@@ -27,16 +27,15 @@
<p>Longer-form writing. Most of these are migrating over from my Gemini capsule, so dates reflect the original posting. <a href="../feed.xml">Subscribe via RSS</a>.</p>
</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>
+