diff options
| author | Alex Scerba <alex@scerba.org> | 2025-06-27 07:55:28 -0500 |
|---|---|---|
| committer | Alex Scerba <alex@scerba.org> | 2025-06-27 07:55:28 -0500 |
| commit | 321a2828d9e7c1ff711145373b2e8def13a13d38 (patch) | |
| tree | 719dce351be61cb05cbad2bd0aaca4f75a672f53 /html | |
| parent | 7ebda3e380fd4af5a824a422174bcf949ac664a9 (diff) | |
Add RSS link to main blog page
Diffstat (limited to 'html')
| -rw-r--r-- | html/blog2.tmpl.html | 1 |
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 }} |
