index — legit @ 15164a810bd16932d651569d321ac18982e1a4ad

web frontend for git (fork)

Update summary page
Christian Krinitsin mail@krinitsin.com
Sat, 10 Jan 2026 15:30:40 +0100
commit

15164a810bd16932d651569d321ac18982e1a4ad

parent

3ccb173780339da9ca5a346d895b992e524e0109

3 files changed, 2 insertions(+), 6 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -159,7 +159,7 @@ flex-direction: column;

grid-template-columns: 20rem minmax(0, 1fr); grid-row-gap: 0.3em; grid-column-gap: 8rem; - margin-bottom: 2em; + margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1.5px solid var(--medium-gray); }
M templates/repo-header.htmltemplates/repo-header.html

@@ -1,7 +1,7 @@

{{ define "repoheader" }} <header> <h2> - <a href="/">all repos</a> + <a href="/">index</a> &mdash; {{ .displayname }} {{ if .ref }} <span class="ref">@ {{ .ref }}</span>
M templates/repo.htmltemplates/repo.html

@@ -14,10 +14,6 @@ <div>

<div><a href="/{{ $repo }}/commit/{{ .Hash.String }}" class="commit-hash">{{ slice .Hash.String 0 8 }}</a></div> <pre>{{ .Message }}</pre> </div> - <div class="commit-info"> - {{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a> - <div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div> - </div> {{ end }} </div> {{ $repo := .name }}