From 1242be7cfec1faa6a880d625307e32a1a91937ac Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 20 May 2022 08:36:52 -0600 Subject: Implement posts index page --- srv/src/api/tpl/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'srv/src/api/tpl/index.html') diff --git a/srv/src/api/tpl/index.html b/srv/src/api/tpl/index.html index b634169..946a3e4 100644 --- a/srv/src/api/tpl/index.html +++ b/srv/src/api/tpl/index.html @@ -5,7 +5,7 @@ {{ range .Payload.Posts }}
  • - {{ .Title }} + {{ .Title }}

    {{ .PublishedAt.Format "2006-01-02" }} {{ if not .LastUpdatedAt.IsZero }} -- cgit v1.2.3