From bb6c715a0ec9470c2cd5fdf5f86a2bf0b2c41f39 Mon Sep 17 00:00:00 2001
From: Brian Picciano
Date: Tue, 16 Aug 2022 22:24:39 -0600
Subject: more polish, use table on index page
---
srv/src/http/tpl/index.html | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
(limited to 'srv/src/http/tpl/index.html')
diff --git a/srv/src/http/tpl/index.html b/srv/src/http/tpl/index.html
index 22f0e1c..1a5eaf8 100644
--- a/srv/src/http/tpl/index.html
+++ b/srv/src/http/tpl/index.html
@@ -10,17 +10,15 @@
{{ end }}
-
-
+
{{ range .Payload.Posts }}
- -
- {{ DateTimeFormat .PublishedAt }}
- • {{ .Title }}
- • {{ .Description }}
-
+
+ {{ DateTimeFormat .PublishedAt }} |
+ {{ .Title }} |
+ {{ .Description }} |
+
{{ end }}
-
-
+
{{ if ge .Payload.NextPage 0 }}
--
cgit v1.2.3