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 --- site.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'site.tmpl') diff --git a/site.tmpl b/site.tmpl index 28175b5..ee0a62b 100644 --- a/site.tmpl +++ b/site.tmpl @@ -4,7 +4,7 @@ -{{if eq .OutputPath "about/index.html"}}About & colophon{{else}}{{.Title}}{{end}} — tjp.lol +{{.Title}} — tjp.lol {{with index .Meta "description" -}} {{end -}} @@ -94,6 +94,10 @@ {{template "footer" .}} {{end}} +{{define "notes/index" -}} +{{template "page" .}} +{{end}} + {{define "notes" -}} {{template "head" .}} {{template "header" .}} -- cgit v1.3