From f04137f841de6fefe4c79fedeb718b252a3b2958 Mon Sep 17 00:00:00 2001
From: Anirudh Oppiliappan
Date: Mon, 12 Dec 2022 18:02:07 +0530
Subject: template: render diff header lines
---
templates/log.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'templates/log.html')
diff --git a/templates/log.html b/templates/log.html
index 357a5a8..de7b200 100644
--- a/templates/log.html
+++ b/templates/log.html
@@ -12,7 +12,8 @@
{{ $repo := .name }}
{{ range .commits }}
{{ slice .Hash.String 0 8 }}
- — {{ .Author.Name }}
+ — {{ .Author.Name }}
+ {{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}
{{ .Message }}
{{ end }}
--
cgit