diff options
author | Aki <please@ignore.pl> | 2021-05-08 00:55:00 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-05-08 00:55:00 +0200 |
commit | bb0d5faf43a08658b3c76fd0e5f15872ce93daaf (patch) | |
tree | db5003b11d9990d25365b81e4a39716437a5da3a | |
parent | 0c6f300f90bf576ffd67df7331fc57b55c5484d3 (diff) | |
download | field-bb0d5faf43a08658b3c76fd0e5f15872ce93daaf.zip field-bb0d5faf43a08658b3c76fd0e5f15872ce93daaf.tar.gz field-bb0d5faf43a08658b3c76fd0e5f15872ce93daaf.tar.bz2 |
Fixed last modified
-rw-r--r-- | recent.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recent.tmpl b/recent.tmpl index 8311636..c26feae 100644 --- a/recent.tmpl +++ b/recent.tmpl @@ -20,7 +20,7 @@ </div> <div class="details left-right"> <span class="id">{{.Id}}</span> - <span>Last updated on {{.StartTime.Format "January 02, 2006 15:04 UTC"}}</span> + <span>Last updated on {{.LastModified.Format "January 02, 2006 15:04 UTC"}}</span> </div> </div> {{end}} |