Branch: develop
- Author
- thewhodidthis <thewhodidthis@fastmail.com>
- Date
- Jan. 26 '23 17:54:46
- Commit
- b9c9a8e4cbd7f09f5acc541b66bf402df3098d79
- Parent
- da5a951b33b8aea3b4eb78870473d79e1c845215
diff --git a/home.html.tmpl b/home.html.tmpl
index 9b218e6..effac40 100644
--- a/home.html.tmpl
+++ b/home.html.tmpl
@@ -15,7 +15,7 @@
{{- with $list := .Branches}}
<h2>Branches</h2>
{{- range $list}}
- <details>
+ <details open>
<summary><a href="/branch/{{.Name}}/">{{.Name}}</a></summary>
{{- with and (len .Commits) (index .Commits 0) }}
<dl>