diff --git a/templates/commit.html b/templates/commit.html index 440204b..bf8da15 100644 --- a/templates/commit.html +++ b/templates/commit.html @@ -15,16 +15,23 @@
{{ .commit.Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}
-

commit: +

+ commit +

{{ .commit.This }}

+
+ {{ if .commit.Parent }} -

parent: +

+ parent +

{{ .commit.Parent }} - +

+
+ {{ end }} -

{{ .stat.FilesChanged }} files changed,