From 22cf7a4a8974bed2d494823c63c4a6a7ee77e2c2 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 5 Feb 2023 16:04:33 +0530 Subject: [PATCH] templates: fix tags --- templates/commit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/commit.html b/templates/commit.html index 4a01b77..d03611d 100644 --- a/templates/commit.html +++ b/templates/commit.html @@ -11,7 +11,7 @@ {{- .commit.Message -}}
- {{ .commit.Author.Name }} {{ .commit.Author.Email}} + {{ .commit.Author.Name }} {{ .commit.Author.Email}}
{{ .commit.Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}