show absolute time when hovering over a relative time
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M templates/index.go → templates/index.go
@@ -51,6 +51,7 @@ Div(Class("desc"), g.Text(repo.Description)), Div( Time( DateTime(repo.LastCommit.Format(time.RFC3339)), + TitleAttr(repo.LastCommit.Format(time.RFC3339)), g.Text(humanize.Time(repo.LastCommit)), ), ),