aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2025-06-27 07:55:28 -0500
committerAlex Scerba <alex@scerba.org>2025-06-27 07:55:28 -0500
commit321a2828d9e7c1ff711145373b2e8def13a13d38 (patch)
tree719dce351be61cb05cbad2bd0aaca4f75a672f53
parent7ebda3e380fd4af5a824a422174bcf949ac664a9 (diff)
Add RSS link to main blog page
-rw-r--r--html/blog2.tmpl.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/blog2.tmpl.html b/html/blog2.tmpl.html
index f6b0215..c719b88 100644
--- a/html/blog2.tmpl.html
+++ b/html/blog2.tmpl.html
@@ -19,6 +19,7 @@
<div class="main-bg">
<h1>Blog</h1>
<p>A collection of thoughts, life updates, projects, and images.</p>
+ <p><a href="/atom.xml">RSS Feed</a>.</p>
</div>
<div class="entries">
{{ range .Posts }}