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 --- projects/index.html | 12 +++++------- projects/index.html.tmpl | 28 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 7 deletions(-) create mode 100644 projects/index.html.tmpl (limited to 'projects') diff --git a/projects/index.html b/projects/index.html index 0943b48..6bc0dc5 100644 --- a/projects/index.html +++ b/projects/index.html @@ -14,8 +14,8 @@

~tjp $_

@@ -36,13 +36,11 @@ + diff --git a/projects/index.html.tmpl b/projects/index.html.tmpl new file mode 100644 index 0000000..a99a10b --- /dev/null +++ b/projects/index.html.tmpl @@ -0,0 +1,28 @@ + + + + + +Projects — tjp.lol + + + + +
+ +{{template "header" .}} +
+
+

Small things I've built and still maintain. Most live on GitHub.

+
+ +
+

maintained

+
+ +
+

archived / for fun

+
+
+ +{{template "footer" .}} -- cgit v1.3