From e782f36f196006f4fad6747811a5c883151e5102 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Tue, 31 Jan 2023 21:28:42 -0700 Subject: add style tweaks Signed-off-by: Derek Stevens --- templates/log.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/log.html') diff --git a/templates/log.html b/templates/log.html index 4e592b6..1ab6cbc 100644 --- a/templates/log.html +++ b/templates/log.html @@ -14,11 +14,11 @@
{{ range .commits }}
-
{{ slice .Hash.String 0 8 }}
+
{{ slice .Hash.String 0 8 }}
{{ .Message }}
- {{ .Author.Name }} {{ .Author.Email }} + {{ .Author.Name }} {{ .Author.Email }}
{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}
{{ end }} -- cgit