all repos — legit-config @ 376eab1b33f8081f32ad31227c76f9808c3e5a7c

Configs for my instance of [legit](https://git.icyphox.sh/legit)

Improve head
Tim Izzo tim@5ika.ch
Sat, 19 Oct 2024 22:03:25 +0200
commit

376eab1b33f8081f32ad31227c76f9808c3e5a7c

parent

4f7973141a5423c2afd45e1d69dc3391bfaeea30

3 files changed, 5 insertions(+), 3 deletions(-)

jump to
A .gitignore

@@ -0,0 +1,2 @@

+config/ +config.yaml
M static/style.cssstatic/style.css

@@ -125,7 +125,7 @@

.index { padding-top: 2rem; display: grid; - grid-template-columns: 6em 1fr minmax(0, 8rem); + grid-template-columns: 8rem 1fr minmax(0, 8rem); grid-row-gap: 1rem; column-gap: 1rem; min-width: 0;
M templates/head.htmltemplates/head.html

@@ -19,9 +19,9 @@ <title>{{ .meta.Title }} &mdash; {{ .name }}: refs</title>

{{ else if .commits }} {{ if .log }} <title>{{ .meta.Title }} &mdash; {{ .name }}: log</title> {{ else }} - <title>{{ .meta.Title }} &mdash; {{ .name }}</title> + <title>{{ .meta.Title }} &mdash; {{ .name }} @5ika.ch</title> {{ end }} {{ else }} - <title>{{ .meta.Title }}</title> + <title>{{ .meta.Title }} @5ika.ch</title> {{ end }} {{ if and .servername .gomod }} <meta name="go-import"