From d0d636aa89bf194185abf01e05b190386d0e8b23 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 18 Dec 2022 20:00:19 +0530 Subject: all: go-import, clone url --- templates/commit.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'templates/commit.html') diff --git a/templates/commit.html b/templates/commit.html index 9ab945a..1b4a8d9 100644 --- a/templates/commit.html +++ b/templates/commit.html @@ -10,8 +10,11 @@
           {{- .commit.Message -}}
         
-

{{ .commit.Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}

-

{{ .commit.Author.Name }} {{ .commit.Author.Email}}

+
+ {{ .commit.Author.Name }} {{ .commit.Author.Email}} +
{{ .commit.Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}
+
+

commit: {{ .commit.This }} -- cgit