From 177663c73f3d708120b975a74eebd0951177a53b Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Mon, 24 Nov 2025 00:38:12 -0500 Subject: Add blog posts to front page --- ui/html/pages/index.tmpl.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ui/html/pages/index.tmpl.html') diff --git a/ui/html/pages/index.tmpl.html b/ui/html/pages/index.tmpl.html index 46a58e8..ec98623 100644 --- a/ui/html/pages/index.tmpl.html +++ b/ui/html/pages/index.tmpl.html @@ -3,4 +3,12 @@ {{define "main"}}

Blog

Home of {{.Name}}

+ {{range .Rows}} +
+
+

{{.Name}} - {{.Time}}

+ {{.Content}} +
+
+ {{end}} {{end}} -- cgit v1.2.3