From 8f9e7f14ff7ef0fef4a4e828e49ee347c72b94d2 Mon Sep 17 00:00:00 2001 From: Gil Poiares-Oliveira Date: Mon, 15 May 2023 09:33:11 +0100 Subject: [PATCH] fix broken mailto: link in commit template --- templates/commit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/commit.html b/templates/commit.html index d03611d..c1def17 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" }}