From 3877543153de761520a9058fa9e60402e7ca0c09 Mon Sep 17 00:00:00 2001
From: tri <tri@thac.loan>
Date: Mon, 13 Oct 2025 18:53:30 +0700
Subject: [PATCH] add footer

---
 _loa/style.css   | 10 ++++++++++
 atom.xml         |  2 +-
 index.html       |  4 ++++
 spite/index.html |  4 ++++
 4 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/_loa/style.css b/_loa/style.css
index f860f1a..3e0c59f 100644
--- a/_loa/style.css
+++ b/_loa/style.css
@@ -57,6 +57,16 @@ p + ul {
   margin-top: -1rem;
 }
 
+footer {
+  margin-top: 3rem;
+  text-align: right;
+  border-top: 2px solid var(--fg);
+}
+
+a[target="_blank"]:after {
+  content: "↗";
+}
+
 @media (prefers-color-scheme: dark) {
   :root {
     --font-family: "Noto Sans", sans-serif;
diff --git a/atom.xml b/atom.xml
index 1a8b688..0d33d48 100644
--- a/atom.xml
+++ b/atom.xml
@@ -4,7 +4,7 @@
 <subtitle>shouting into the void</subtitle>
 <link href="https://loa.thac.loan/atom.xml" rel="self" />
 <id>https://loa.thac.loan/</id>
-<updated>2025-10-13T18:34:09+07:00</updated>
+<updated>2025-10-13T18:53:25+07:00</updated>
 <entry>
   <id>https://loa.thac.loan/spite/</id>
   <title>Spite-driven development, or how I ended up writing my own git server software</title>
diff --git a/index.html b/index.html
index 09b9b5b..764bb57 100644
--- a/index.html
+++ b/index.html
@@ -26,5 +26,9 @@ loa</h1>
 </li>
 </ul>
     </main>
+  <footer>
+    <div><a href="/atom.xml">rss feed</a></div>
+    <div>made with <a href="https://khoe.thac.loan/_/loa/" target="_blank">loa</a></div>
+  </footer>
   </body>
 </html>
diff --git a/spite/index.html b/spite/index.html
index e42b16d..b62b872 100644
--- a/spite/index.html
+++ b/spite/index.html
@@ -39,5 +39,9 @@ Youtube used to keep buffering the video to completion even when paused, which w
 <p>Point is, Github/Microsoft pissed me off enough to consider moving out, but none of the existing alternatives seems to spark joy for me, for various reasons ranging from objective and technical to subjective and petty, so I wrote my own out of both necessity and spite: <a href="https://khoe.thac.loan/">https://khoe.thac.loan/</a>. It lets people browse my code before deciding if it&rsquo;s worth pulling. It&rsquo;s static so I don&rsquo;t have to worry that much about security holes. It does what I want and nothing else so it&rsquo;s snappy. I like it when my software&rsquo;s snappy and does what I want.</p>
 <p>Now back to programming.</p>
     </main>
+  <footer>
+    <div><a href="/atom.xml">rss feed</a></div>
+    <div>made with <a href="https://khoe.thac.loan/_/loa/" target="_blank">loa</a></div>
+  </footer>
   </body>
 </html>
-- 
2.47.3

