summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-12 00:32:49 -0600
committert <t@tjp.lol>2026-07-12 00:33:03 -0600
commita5e05234896e852fbc6d7dce153001aed8699f6d (patch)
treea6814affb449201ee3466d41af6ca7e5f1235c3e
parent46a331dae8db622a491466ca9a0df3a5937ca80f (diff)
remove misleading older/newer links on blog posts
-rw-r--r--site.tmpl2
1 files changed, 0 insertions, 2 deletions
diff --git a/site.tmpl b/site.tmpl
index b7c137a..6299dce 100644
--- a/site.tmpl
+++ b/site.tmpl
@@ -65,9 +65,7 @@
</article>
<nav class="post-nav">
- <a href="{{rel .OutputPath "weblog/index.html"}}">&larr; Older</a>
<a href="{{rel .OutputPath "weblog/index.html"}}">All posts</a>
- <a href="{{rel .OutputPath "weblog/index.html"}}">Newer &rarr;</a>
</nav>
</main>