Commit bdb756a33e3eb0ccf001f1b4b9732e0eab8e8f5a

Parents: 81a292af901680cdce78731370eb9b3d7f2f7dd9

From: Moritz Poldrack <git@moritz.sh>
Date: Sat Nov 4 22:18:45 2023 +0700

commit: make it look more like git-show

		

Stats

themes/i-am-too-lazy-to-make-a-theme/commit.html +2/-2

Changeset

 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}} &lt;{{.Author.Email}}&gt; at {{.Author.When}}</code>
-			{{if .Committer}}<br>Committer: <code>{{.Author.Name}} &lt;{{.Author.Email}}&gt; at {{.Author.When}}</code>{{end}}
+		<code>From: {{.Author.Name}} &lt;{{.Author.Email}}&gt;</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>