From 384a590b5462883d714bc1682e4d81d6321b2b12 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Mon, 24 Nov 2025 01:36:18 -0500 Subject: Improve page layout, add navbar --- ui/html/base.tmpl.html | 5 +++++ ui/html/pages/index.tmpl.html | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'ui') diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html index fe33ec4..dda949b 100644 --- a/ui/html/base.tmpl.html +++ b/ui/html/base.tmpl.html @@ -17,6 +17,11 @@

Paterissa

+

diff --git a/ui/html/pages/index.tmpl.html b/ui/html/pages/index.tmpl.html index ec98623..78c2bb2 100644 --- a/ui/html/pages/index.tmpl.html +++ b/ui/html/pages/index.tmpl.html @@ -1,14 +1,16 @@ {{define "title"}}Blog{{end}} {{define "main"}} -

Blog

-

Home of {{.Name}}

+
+

Blog

+

Home of {{.Name}}

+
{{range .Rows}}

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

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