From 130fdf3445b267c972fe051d139a88a201ac9888 Mon Sep 17 00:00:00 2001 From: t Date: Mon, 13 Jul 2026 11:35:19 -0600 Subject: move static content index pages (projects, notes, about) into markdown --- index.html.tmpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'index.html.tmpl') diff --git a/index.html.tmpl b/index.html.tmpl index 7d2376a..33a01ee 100644 --- a/index.html.tmpl +++ b/index.html.tmpl @@ -19,7 +19,7 @@

My interests are a bit all over the place, but around this site you can also find:

@@ -39,11 +39,12 @@

recently changed notes

- {{- $notes := sortPages (index .Pages "notes") "ModTime"}} + {{- $notes := sortPages (index .Pages "notes/sync") "mod_time"}} {{- with $notes}} {{- end}} -- cgit v1.3