git-preview @ main

static git web frontend but with images and html previews + code truncation

diff: scroll diff on overflow
Mon, 19 Dec 2022
1 files changed, 1 insertions(+), 1 deletions(-)
M templates/commit.html

@@ -66,7 +66,6 @@ {{ end }}

{{ else }} <a href="/{{ $repo }}/blob/{{ $this }}/{{ .Name.New }}">{{ .Name.New }}</a> {{- end -}} - </div> {{ if .IsBinary }} <p>Not showing binary file.</p> {{ else }}

@@ -87,6 +86,7 @@ {{- end -}}

{{- end -}} {{- end -}} </pre>

… preview truncated