show absolute time when hovering over a relative time
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M templates/commit.go → templates/commit.go
@@ -120,6 +120,7 @@ ), Div( Time( DateTime(author.When.Format(time.RFC3339)), + TitleAttr(author.When.Format(time.RFC3339)), g.Text(humanize.Time(author.When)), ), ),