From 75044eef0331bb9448da813288aafc6735ce7c22 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 20 May 2022 10:13:46 -0600 Subject: Implement edit post page --- srv/src/api/tpl/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 946a3e4..e27cbef 100644 --- a/srv/src/api/tpl/index.html +++ b/srv/src/api/tpl/index.html @@ -7,9 +7,9 @@

{{ .Title }}

- {{ .PublishedAt.Format "2006-01-02" }} + {{ DateTimeFormat .PublishedAt }} {{ if not .LastUpdatedAt.IsZero }} - (Updated {{ .LastUpdatedAt.Format "2006-01-02" }}) + (Updated {{ DateTimeFormat .LastUpdatedAt }}) {{ end }}

{{ .Description }}

-- cgit v1.2.3