From df980f995128e4a1d2180e711c191a5d39bf90fb Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 8 Feb 2025 22:13:05 +0100 Subject: ref: Use proper time formatting --- templates/gitlist.qtpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/gitlist.qtpl') diff --git a/templates/gitlist.qtpl b/templates/gitlist.qtpl index bb07e7f..3cd133f 100644 --- a/templates/gitlist.qtpl +++ b/templates/gitlist.qtpl @@ -43,7 +43,7 @@ type GitListPage struct {
{%s r.LastCommit.Hash.String()[0:8] %} {%s firstLine(r.LastCommit.Message) %} - {%s humanize.Time(r.LastCommit.Author.When) %} + {%s humanize.Time(r.LastCommit.Author.When) %}

log -- cgit v1.2.3