gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Jan. 28 '23 10:53:27
Commit
e077a98d556294df95f28d920191af1b2c7c0e41
Parent
0246f6fb2053904acd05d57f11863379424cf174
Changes
diff --git a/page.html.tmpl b/page.html.tmpl
index 235bf9f..72b1501 100644
--- a/page.html.tmpl
+++ b/page.html.tmpl
@@ -46,14 +46,16 @@
         <summary><samp><em><a href="/branch/{{.Name}}/">{{.Name}}</a></em></samp></summary>
         {{- with and (len .Commits) (index .Commits 0) }}
         <dl>
-          <dt>Subject</dt>
-          <dd>{{.Subject}}</dd>
           <dt>Author</dt>
           <dd>{{.Author.Name}} <{{.Author.Email}}></dd>
           <dt>Date</dt>
           <dd>
             <time datetime="{{.Date.Format "2006-01-02"}}">{{.Date.Format "Jan. 02 '06 15:04:05"}}</time>
           </dd>
+          <dt>Commit</dt>
+          <dd><a href="/commit/{{.Hash}}/">{{.Hash}}</a></dd>
+          <dt>Subject</dt>
+          <dd>{{.Subject}}</dd>
         </dl>
         {{- end}}
       </details>
@@ -103,7 +105,7 @@
         </dd>
         {{- end }}
         {{- with .Body }}
-        <dt>Log message</dt>
+        <dt>Message</dt>
         <dd><pre>{{.}}</pre></dd>
         {{- end }}
       </dl>