Update summary page
Christian Krinitsin mail@krinitsin.com
Sat, 10 Jan 2026 15:30:40 +0100
3 files changed,
2 insertions(+),
6 deletions(-)
M
static/style.css
→
static/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.html
→
templates/repo-header.html
@@ -1,7 +1,7 @@
{{ define "repoheader" }} <header> <h2> - <a href="/">all repos</a> + <a href="/">index</a> — {{ .displayname }} {{ if .ref }} <span class="ref">@ {{ .ref }}</span>
M
templates/repo.html
→
templates/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 }}