gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Nov. 24 '22 18:52:57
Commit
3507157dd9c914b8aadf42b267a99638d5537647
Parent
2960425dc98348ff06fccdd4a3933246fb6c31b0
Changes
diff --git a/repo.html.tmpl b/repo.html.tmpl
index 043e45d..e53acb2 100644
--- a/repo.html.tmpl
+++ b/repo.html.tmpl
@@ -13,9 +13,9 @@
       <h2>Repository</h2>
       <p>Clone this repository using: <code>git clone {{.Link}}</code></p>
       <h2>Branches</h2>
-      {{- range $i, $info := .Branches}}
+      {{- range $i, $name := .Branches}}
       <dl>
-        <dt>{{.Name}}</dt>
+        <dt>{{.}}</dt>
       </dl>
       {{- else}}
       <p>&hellip;</p>