From 2ab0e23eca3c5cac82d948e506b3f1cb81bedd18 Mon Sep 17 00:00:00 2001 From: t Date: Sat, 11 Jul 2026 12:08:14 -0600 Subject: Migrate site pages to Weft templates and Markdown --- weblog/index.html.tmpl | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 weblog/index.html.tmpl (limited to 'weblog/index.html.tmpl') diff --git a/weblog/index.html.tmpl b/weblog/index.html.tmpl new file mode 100644 index 0000000..9d97024 --- /dev/null +++ b/weblog/index.html.tmpl @@ -0,0 +1,27 @@ + + + + + +Weblog — tjp.lol + + + + + +
+ +{{template "header" .}} +
+
+

Longer-form writing. Most of these are migrating over from my Gemini capsule, so dates reflect the original posting. Subscribe via RSS.

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