gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Jan. 28 '23 13:41:36
Commit
d777450fd36b200296e0f0a6afb67afaef2b7080
Parent
c865006ed66425fddc55d9d02b44b75085877a50
Changes
diff --git a/diff.html.tmpl b/diff.html.tmpl
deleted file mode 100644
index cd6b385..0000000
--- a/diff.html.tmpl
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <title>{{.Parent}}</title>
-  </head>
-  <body>
-    {{- with .Commit}}
-    <header>
-      <h1><a href="/">{{.Project}}</a>: Diff: {{.Abbr}} {{$.Parent}}</h1>
-    </header>
-    {{- end}}
-    {{- with .Commit}}
-    <main>
-      <hr>
-      <h2>Branch: <a href="/branch/{{.Branch}}/">{{.Branch}}</a></h2>
-      <h3>Commit: <a href="/commit/{{.Hash}}/">{{.Hash}}</a></h3>
-      <dl>
-        <dt>Author</dt>
-        <dd>{{.Author.Name}} <{{.Author.Email}}></dd>
-        <dt>Date</dt>
-        <dd>{{.Date.Format "Jan. 02 '06 15:04:05"}}</dd>
-        <dt>Parent</dt>
-        <dd>
-          <a href="/commit/{{$.Parent}}">{{$.Parent}}</a>
-        </dd>
-      </dl>
-      <pre>{{$.Body}}</pre>
-      <hr>
-    </main>
-    {{- end }}
-    <footer>
-      <p>Made with <a href="https://github.com/thewhodidthis/gtx">gtx</a> &rsaquo;</p>
-    </footer>
-  </body>
-</html>