From 0e602cfa7881f789c3e9f1d5f25db9a8179cd0fc Mon Sep 17 00:00:00 2001 From: t Date: Sun, 12 Jul 2026 20:00:15 -0600 Subject: site updates --- weblog/index.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weblog/index.html.tmpl') diff --git a/weblog/index.html.tmpl b/weblog/index.html.tmpl index 9548c44..435d73c 100644 --- a/weblog/index.html.tmpl +++ b/weblog/index.html.tmpl @@ -18,9 +18,9 @@

Atom feed

- {{$posts := sortPages (index .Pages "weblog") "post_date"}}{{with $posts}}
+ {{$posts := sortPages (index .Pages "weblog") "post_date" "mod_time"}}{{with $posts}}
    - {{range .}}
  • {{.Title}}
  • {{end}} + {{range .}}{{$post_date := or (index .Meta "post_date") .ModTime}}
  • {{.Title}}
  • {{end}}
{{end}} -- cgit v1.3