1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff --git a/themes/i-am-too-lazy-to-make-a-theme/commit.html b/themes/i-am-too-lazy-to-make-a-theme/commit.html
index 187960fd79d20756a1055ad087d3823258a7d192..fa20227ba72bdc417da0f0cd0fe0de9f63125212 100644
--- a/themes/i-am-too-lazy-to-make-a-theme/commit.html
+++ b/themes/i-am-too-lazy-to-make-a-theme/commit.html
@@ -16,8 +16,8 @@ {{if $comma}}, {{end}}{{$comma = true}}<a href="./{{.String}}">{{.String}}</a>
{{end}}
</p>
<p>
- Author: <code>{{.Author.Name}} <{{.Author.Email}}> at {{.Author.When}}</code>
- {{if .Committer}}<br>Committer: <code>{{.Author.Name}} <{{.Author.Email}}> at {{.Author.When}}</code>{{end}}
+ <code>From: {{.Author.Name}} <{{.Author.Email}}></code><br>
+ <code>Date: {{.Author.When.Format "Mon Jan 2 15:04:05 2006 +0700"}}</code>
</p>
<b><code>{{.Message | commitTitle}}</code></b>
<pre>{{.Message | trimTitle}}</pre>
|