From ce5185f551b707fe8dd8db8b5cbffd46e96cacc0 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 15 Jun 2024 19:07:14 +0200 Subject: feat: Add per repository about page --- templates/gititemlog.qtpl | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/gititemlog.qtpl') diff --git a/templates/gititemlog.qtpl b/templates/gititemlog.qtpl index a28e7ad..3588d32 100644 --- a/templates/gititemlog.qtpl +++ b/templates/gititemlog.qtpl @@ -12,6 +12,7 @@ type GitItemLogPage struct {
{% for _, c := range g.Commits %}
+
{%s TimeFormat(c.Committer.When) %}
-- cgit v1.2.3