all repos — elgit @ 5ae6e6b8ba5bad8b7a981ac0db5f3974806be935

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

rename to elgit

Alan Pearce
commit

5ae6e6b8ba5bad8b7a981ac0db5f3974806be935

parent

8ed87caffe08bcd6487a7d585763d05d91634f44

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M templates/head.htmltemplates/head.html
@@ -3,7 +3,7 @@ <head>
<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/static/style.css" type="text/css"> - <link rel="icon" type="image/png" sizes="32x32" href="/static/legit.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/static/elgit.png"> {{ if .parent }} <title>{{ .meta.Title }} &mdash; {{ .name }} ({{ .ref }}): {{ .parent }}/</title>