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>
home › develop › da5a951 › b9c9a8e