From 0c6f300f90bf576ffd67df7331fc57b55c5484d3 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 8 May 2021 00:43:14 +0200 Subject: Added start and end dates to recent items --- recent.tmpl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'recent.tmpl') diff --git a/recent.tmpl b/recent.tmpl index 6d20a8c..8311636 100644 --- a/recent.tmpl +++ b/recent.tmpl @@ -14,11 +14,14 @@

Recent

{{range .}}
-
+
{{.Name}} - {{.LastModified.Format "January 02, 2006 15:04 UTC"}} -
- {{.Id}} + {{.StartTime.Format "January 02, 2006 15:04 UTC"}} +
+
+ {{.Id}} + Last updated on {{.StartTime.Format "January 02, 2006 15:04 UTC"}} +
{{end}}

About

-- cgit v1.1