tangled
alpha
login
or
join now
anirudh.fi
/
legit
7
fork
atom
web frontend for git (tangled's grandpa)
7
fork
atom
overview
issues
pulls
pipelines
templates: add missing title to repo page
anirudh.fi
2 years ago
b2b18250
30c0f3ee
+2
-1
2 changed files
expand all
collapse all
unified
split
routes
routes.go
static
style.css
+1
routes/routes.go
···
152
152
data["commits"] = commits
153
153
data["desc"] = getDescription(path)
154
154
data["servername"] = d.c.Server.Name
155
155
+
data["meta"] = d.c.Meta
155
156
data["gomod"] = isGoModule(gr)
156
157
157
158
if err := t.ExecuteTemplate(w, "repo", data); err != nil {
+1
-1
static/style.css
···
34
34
}
35
35
36
36
body {
37
37
-
max-width: 750px;
37
37
+
max-width: 1000px;
38
38
padding: 0 13px;
39
39
margin: 40px auto;
40
40
}