all repos — elgit @ b2b18250412af9ce04a45a015e7952dc84b8016c

fork of legit: web frontend for git, written in go

templates: add missing title to repo page

commit

b2b18250412af9ce04a45a015e7952dc84b8016c

parent

30c0f3eea0b2148902c4f4e94c6fa6a63251b665

2 files changed, 2 insertions(+), 1 deletion(-)

jump to
M routes/routes.goroutes/routes.go
@@ -152,6 +152,7 @@ data["readme"] = readmeContent
data["commits"] = commits data["desc"] = getDescription(path) data["servername"] = d.c.Server.Name + data["meta"] = d.c.Meta data["gomod"] = isGoModule(gr) if err := t.ExecuteTemplate(w, "repo", data); err != nil {
M static/style.cssstatic/style.css
@@ -34,7 +34,7 @@ margin: 0;
} body { - max-width: 750px; + max-width: 1000px; padding: 0 13px; margin: 40px auto; }