diff options
| author | t <t@tjp.lol> | 2026-07-11 14:06:25 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-11 19:59:46 -0600 |
| commit | 6636567f9c4395e830f280e1cd0008a726c04286 (patch) | |
| tree | b844e1201de82f54f6b19065bae8e4b783f37642 /weblog/index.html.tmpl | |
| parent | 48352c770a932bd628cc5eb22ea3b899b041c485 (diff) | |
Refresh site structure and copy
Simplify navigation and section copy, update feed presentation, and remove
the obsolete plain-HTML note.
Diffstat (limited to 'weblog/index.html.tmpl')
| -rw-r--r-- | weblog/index.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weblog/index.html.tmpl b/weblog/index.html.tmpl index 9d97024..9548c44 100644 --- a/weblog/index.html.tmpl +++ b/weblog/index.html.tmpl @@ -14,7 +14,8 @@ {{template "header" .}} <main> <section class="intro"> - <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> + <p>Longer-form writing. The oldest posts originated on my Gemini capsule, so dates reflect the original posting.</p> + <p><a href="{{rel .OutputPath "/feed.xml"}}">Atom feed</a></p> </section> {{$posts := sortPages (index .Pages "weblog") "post_date"}}{{with $posts}}<section> |
