From 6636567f9c4395e830f280e1cd0008a726c04286 Mon Sep 17 00:00:00 2001 From: t Date: Sat, 11 Jul 2026 14:06:25 -0600 Subject: Refresh site structure and copy Simplify navigation and section copy, update feed presentation, and remove the obsolete plain-HTML note. --- site.tmpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'site.tmpl') diff --git a/site.tmpl b/site.tmpl index 6c60443..b7c137a 100644 --- a/site.tmpl +++ b/site.tmpl @@ -13,14 +13,14 @@ {{end}} {{define "header"}}
-

~tjp $_

- {{if eq .OutputPath "index.html"}}

Elder-millennial software engineer in Salt Lake City, Utah. Writing about code, tools, and the small web.

+

~tjp $_

+ {{if eq .OutputPath "index.html"}}

Elder millennial in Salt Lake City, Utah.

{{end}}
{{end}} @@ -60,8 +60,8 @@

{{.Title}}

- {{with index .Sections 0}}
{{.}}
{{end}} - {{joinSections (slice .Sections 1)}} + {{with .Sections}}{{with index . 0}}
{{.}}
{{end}} + {{joinSections (slice . 1)}}{{end}}